Inspired by: @ariuka_dsgn's post on IG
Features
- 🥰 Minimal and light
- 📱 Responsive
- 🌗 Light/dark/system color modes
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Start the development server on http://localhost:5173
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview