There are several ways of editing your application.
Use your preferred IDE
If you want to work locally using your own IDE, you can clone this repo and push changes.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Install the necessary dependencies.
npm i
# Step 2: Start the development server with auto-reloading and an instant preview.
npm run dev
# Step 3: Start the build version.
npm run build
# Step 4: For Preview the build version.
npm run previewThis project is built with:
- Vite
- TypeScript
- React
- radix-ui
- Tailwind CSS