-
Open Terminal or Powershell.
-
Navigate to directory of your choice
cd <directory of your choice>
- Clone this repository into your system
git clone https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g16.git
- Navigate into the Repository directory
cd ay2324s1-course-assessment-g16
- In this Repository directory, navigate into
peer-prep
directory
cd peer-prep
-
Run the command
npm i
to install dependencies. -
Run the command
npm start
to start the app. -
Open browser of your choice and access
http://localhost:3000/
, and you can use the app.