Skip to content

copenhagenjs/copenhagenjs.dk

Repository files navigation

📦 CopenhagenJS Website

Find it inside web folder.

Made with Next.js and deployed to Firebase.

How to run the website:

$ npm install
$ npm run dev

And the CopenhagenJS Website should become available on http://localhost:3000

Storybook

We uses storybook for our components and we deploy it publicly here: CopenhagenJS Storybook

How to run services

First install bazel

Then build each service separately

$ bazel build //runs/graphql:docker
$ bazel build //runs/feed:docker
$ bazel build //runs/auth:auth

or build them all

$ bazel build //runs/...