Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 445 Bytes

NURE Timetable

Clone the repository

Using SSH: git clone [email protected]:ardier16/nure-timetable.git

or

Using HTTPS: git clone https://github.com/ardier16/nure-timetable.git

Prepare the environment

Install Yarn

Run npm install -g yarn

Install all the dependencies

Go to the project folder and run yarn or yarn install

Start the project

Run yarn start