- Make sure you have Node.js and npm installed.
- In the root directory of this repository, run
npm install
from the command line to download the requisite dependencies. - Run
npm start
to spin up the dev server.
- Run
npm run build
to package the app intobundle.js
(located in thedist
folder). - Serve the contents of the
dist
folder (bundle.js
andindex.html
) to deploy the website.
TODO: Update this to include instructions tailored to the Olin dev server.