Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 270 Bytes

File metadata and controls

3 lines (2 loc) · 270 Bytes
  1. To start the project, cd web into the directory, and then run npm install and npm start. It will be available at localhost:3000.
  2. Use npm install to add new dependencies. DO NOT use yarn add. This will ensure that our config file is updated correctly.