https://github.com/devmattrick/ubc-schedule-me
A tool to help plan UBC classes ☀️
https://github.com/devmattrick/ubc-schedule-me
Last synced: 3 months ago
JSON representation
A tool to help plan UBC classes ☀️
- Host: GitHub
- URL: https://github.com/devmattrick/ubc-schedule-me
- Owner: devmattrick
- Created: 2019-04-15T21:04:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T01:36:55.000Z (about 4 years ago)
- Last Synced: 2026-01-27T09:57:08.621Z (5 months ago)
- Language: Vue
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubc-schedule-me
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```