Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ephraimduncan/take-a-break
Take 2 minutes and do nothing.
https://github.com/ephraimduncan/take-a-break
nextjs react side-project
Last synced: 20 days ago
JSON representation
Take 2 minutes and do nothing.
- Host: GitHub
- URL: https://github.com/ephraimduncan/take-a-break
- Owner: ephraimduncan
- Created: 2022-06-30T11:32:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T13:12:55.000Z (over 2 years ago)
- Last Synced: 2024-10-04T22:18:08.329Z (about 1 month ago)
- Topics: nextjs, react, side-project
- Language: JavaScript
- Homepage: https://break.astrosaurus.me
- Size: 52.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Take A Break
#### It's okay to take a break
Having a bug since the morning? Lack of inspiration? Relax. Go on a break.
With Take a Break, you may take short pauses from your job and re-energize yourself by doing nothing for a while.
https://break.astrosaurus.me/
>Inspired from donothingfor2minutes.com
## Local Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:3000
pnpm dev
```