An open API service indexing awesome lists of open source software.

https://github.com/anthonkendel/klokke


https://github.com/anthonkendel/klokke

Last synced: 3 months ago
JSON representation

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
```