You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2019. It is now read-only.
The frontend is built with React, which requries Node.JS and NPM (Node Package Manager) to build the app. After installing Node.JS, you will need to run npm install in the frontend directory to install the required packages.
Commands:
npm run start: Runs the development server. This will serve the site on localhost:3000 and allows you to edit the site with auto-reloading.
npm run build: Builds the application and outputs to the build directory, which will be served by our webserver in production.