Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jknezevic1712/better-timer
Easily track time of your tasks on Better Timer!
https://github.com/jknezevic1712/better-timer
docker firebase nextjs primereact react react-hot-toast typescript zod zustand
Last synced: about 2 months ago
JSON representation
Easily track time of your tasks on Better Timer!
- Host: GitHub
- URL: https://github.com/jknezevic1712/better-timer
- Owner: jknezevic1712
- Created: 2023-09-26T14:34:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T09:03:58.000Z (about 1 year ago)
- Last Synced: 2023-11-04T10:20:06.199Z (about 1 year ago)
- Topics: docker, firebase, nextjs, primereact, react, react-hot-toast, typescript, zod, zustand
- Language: TypeScript
- Homepage: https://better-timer.vercel.app
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better Timer
## Running locally
### Production environment
1. `pnpm install`
2. `pnpm build`
3. `pnpm start`### Development environment
1. `pnpm install`
2. `pnpm dev`## Docker
### Using Docker compose
1. Run `docker compose up`
## Vercel
1. [App is also deployed on Vercel](https://better-timer.vercel.app)