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 installStart the development server on http://localhost:5173
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run preview