Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 573 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 573 Bytes

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.