Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 600 Bytes

Seismic Design Team Website

Website Code for UofT Seismic Design Team

About This website is made with ReactJS and some npm libraries

How to Run

  1. Download the latest version of NodeJS
  2. Download/clone this repo
  3. Open the NodeJS commandline in the project's directory and type npm install, this will install all required node modules if they don't exist yet
  4. Type npm start to run it on your local machine :)

If you want to see what the optimized website will look like type npm run build and this will build the project in the ./build folder, then type serve -s build.