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 devTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.