Follow these steps to build the website. Note that many of the APIs are referenced within the site code and will need to be changed if you are deploying a full version of the site.
The first time you work with the code, navigate to website and install our dependencies with:
npm installOnce the dependencies are installed, start the website with:
npm startRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run buildBuilds the app for production to the build folder.