Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 564 Bytes

Student Government Finance Website

Development Environment

  • 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.

Deployment

  • Run npm run build to package the app into bundle.js (located in the dist folder).
  • Serve the contents of the dist folder (bundle.js and index.html) to deploy the website.

TODO: Update this to include instructions tailored to the Olin dev server.