Skip to content

18x18az/suez

Repository files navigation

Suez

18x18az webapp for live event updates. This repository is for the frontend, accessible at event.18x18az.org.

Support

Building the project

Prerequisites

  • node, npm
  • bifrost set-up and running somewhere
# clone the repository
$ git@github.com:18x18az/suez.git
$ cd suez

# install dependencies
$ npm install

# run in dev mode
$ npm start

# other cra scripts:
$ npm test
$ npm run build

License