https://github.com/anthonkendel/klokke
https://github.com/anthonkendel/klokke
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonkendel/klokke
- Owner: anthonkendel
- Created: 2021-06-01T16:39:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T08:00:00.000Z (over 2 years ago)
- Last Synced: 2025-01-13T23:35:18.872Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 513 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Klokke
Session-based Stopwatch
## Packages
- [Klokke App](./packages/app/README.md)
- [Klokke Server](./packages/server/README.md)## Scripts
### Install dependencies for all packages
```bash
npm install
```### Build all packages
```bash
npm run build
```### Start all packages
```bash
npm start
```