Site to make your sleep better 🛌
Calculate when to go to bed and when to wake up with ease. Inspired by sleepopolis' sleep calculator.
- Clone the repo
git clone https://github.com/MichalUSER/sleepcalc.git
- Install the dependencies
npm install
- Start dev server
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.