Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 746 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 746 Bytes

uofablueprint.org

UofA Blueprint website

Frontend Setup

  • make sure Node.js v16.13.2 is installed on your machine
  • go to /frontend folder
  • run the following in the terminal to install all the required node modules
npm install
  • run the following in the terminal to start local server
npm start
  • run the following in the terminal to run test suites
npm test

Backend Setup

  • make sure Node.js v16.13.2 is installed on your machine
  • go to /backend folder
  • run the following in the terminal to install all the required node modules
npm install
  • run the following in the terminal to start local server
npm start
  • run the following in the terminal to run test suites
npm test