Skip to content

Website for CopenhagenJS - A monthly javascript meetup group

Notifications You must be signed in to change notification settings

lukasgjetting/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/...

About

Website for CopenhagenJS - A monthly javascript meetup group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • TypeScript 21.3%
  • Starlark 2.7%
  • CSS 2.0%
  • Dockerfile 0.5%
  • HTML 0.2%
  • Shell 0.2%