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 install
Once the dependencies are installed, start the website with:
npm start
Runs 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 test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.