Find it inside web folder.
Made with Next.js and deployed to Firebase.
How to run the website:
$ npm install$ npm run devAnd the CopenhagenJS Website should become available on http://localhost:3000
We uses storybook for our components and we deploy it publicly here: CopenhagenJS Storybook
First install bazel
Then build each service separately
$ bazel build //runs/graphql:docker
$ bazel build //runs/feed:docker
$ bazel build //runs/auth:author build them all
$ bazel build //runs/...