Skip to content

michqo/sleepcalc

Repository files navigation

Sleep Cycle Calculator

Site to make your sleep better 🛌

About

Calculate when to go to bed and when to wake up with ease. Inspired by sleepopolis' sleep calculator.

Developing

  1. Clone the repo
git clone https://github.com/MichalUSER/sleepcalc.git
  1. Install the dependencies
npm install
  1. Start dev server
npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.