Skip to content

Latest commit

Β 

History

History
47 lines (37 loc) Β· 863 Bytes

README.md

File metadata and controls

47 lines (37 loc) Β· 863 Bytes

Logo

Sleep Calculator

Next version of sleep.revku.dev built with React and hosted with Netlify.

πŸ’» Tech stack

  • React
  • Vite
  • styled-components
  • react-ga4
  • prettier, eslint

πŸ‘‹ Instalation

  1. Clone the repository

  2. Install required dependencies

    npm install
  3. Start development server

    npm run dev

πŸš€ Building and Running for Production

  1. Generate a full static production build

    npm run build