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

https://github.com/jbock-java/calcifer


https://github.com/jbock-java/calcifer

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

### Highlightable Calendar

```
npm i
npm run build
npm i -g serve
serve -l tcp://:3000 -s build
```

### Running a single test

```
npx vitest --run util -t weeks
```