Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmattrick/ubc-schedule-me
A tool to help plan UBC classes ☀️
https://github.com/devmattrick/ubc-schedule-me
Last synced: 8 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T01:36:55.000Z (over 2 years ago)
- Last Synced: 2024-10-15T15:14:13.903Z (23 days 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
```