This repository contains the front-end code for Torus.
- Install npm
npm install
Run the Torus backend development server. See https://github.com/Nextdoor/torus-ae.
Start the development server:
npm start
Build:
npm run Build
Copy the contents of the /build directory into a directory in the torus backend ("torus-ae" repository) working directory called /frontend, creating it if necessary.