https://github.com/devmattrick/ubc-schedule-me
A tool to help plan UBC classes ☀️
https://github.com/devmattrick/ubc-schedule-me
Last synced: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T01:36:55.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T11:11:17.878Z (3 months ago)
- Language: Vue
- Size: 519 KB
- Stars: 0
- Watchers: 2
- 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
```