Please visit https://nus-scheduler.netlify.app/ and happy scheduling 😃.
-
- Yarn
Installation guide:
https://classic.yarnpkg.com/en/docs/install/
- Yarn
-
Type these step-by-step instructions into your terminal.
- Clone the repository
git clone https://github.com/GoneWildOrbital2020/nus-scheduler-frontend.git
- Install dependencies
cd nus-scheduler-frontend
yarn install
- Clone the repository
-
- Run NUS Scheduler Backend
Follow this guide:
https://github.com/GoneWildOrbital2020/NUS-scheduler-backend - Run the app locally
In the frontend repository:yarn start
- Run NUS Scheduler Backend