https://github.com/jbock-java/calcifer
https://github.com/jbock-java/calcifer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbock-java/calcifer
- Owner: jbock-java
- Created: 2023-11-26T18:24:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:19:16.000Z (8 months ago)
- Last Synced: 2025-01-09T11:51:12.888Z (6 months ago)
- Language: JavaScript
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```