https://github.com/jsmith/kalendar
AEC 2019 Qualifiers Repository
https://github.com/jsmith/kalendar
Last synced: 4 months ago
JSON representation
AEC 2019 Qualifiers Repository
- Host: GitHub
- URL: https://github.com/jsmith/kalendar
- Owner: jsmith
- Created: 2018-11-17T20:59:22.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-19T16:32:13.000Z (over 7 years ago)
- Last Synced: 2026-01-31T19:34:39.366Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 236 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kalendar
> "A better Google Calendar" - Everyone

The repository for the 2018 UNB Qualifiers!
## Project setup
This project uses Vue and Electron to build a desktop application. Use `npm` (or `yarn`) to install the requirements.
```
npm install
```
## Start dev environment
```
npm run electron:serve
```