https://github.com/ardier16/nure-timetable
The web timetable for NURE students
https://github.com/ardier16/nure-timetable
axios css3 html5 javascript json npm nure react reactstrap timetable yarn
Last synced: 8 months ago
JSON representation
The web timetable for NURE students
- Host: GitHub
- URL: https://github.com/ardier16/nure-timetable
- Owner: ardier16
- Created: 2018-11-25T21:27:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:56:54.000Z (about 3 years ago)
- Last Synced: 2025-03-16T22:43:29.803Z (12 months ago)
- Topics: axios, css3, html5, javascript, json, npm, nure, react, reactstrap, timetable, yarn
- Language: Vue
- Homepage: https://cistly.netlify.com/
- Size: 2.43 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NURE Timetable
### Clone the repository
Using SSH: `git clone git@github.com:ardier16/nure-timetable.git`
or
Using HTTPS: `git clone https://github.com/ardier16/nure-timetable.git`
### Prepare the environment
#### Install [Node.js & npm](https://nodejs.org)
#### 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`