This project was vibe coded with SteerCode.
Follow this guide for editing, running, and publishing your project.
Visit your project directly here:
You have several options to manage and edit your project:
- Access your project at SteerCode.
- Edit directly using simple prompts.
- All changes are automatically saved to your repository.
Follow these steps to edit your project locally:
-
Clone Your Repository
git clone <YOUR_GIT_URL>
-
Navigate to Your Project Directory
cd <YOUR_PROJECT_NAME>
-
Install Dependencies
Ensure Node.js and npm are installed (install with nvm):
npm install
-
Run the Development Server
Launch the local server with auto‑reload enabled:
npm run dev
For quick edits:
- Navigate to the file you wish to edit on GitHub.
- Click the pencil icon to enter edit mode.
- Make and commit your changes directly.
This project uses the following technologies:
- Vite – fast and efficient build tool
- React – interactive user interfaces
- TypeScript – JavaScript with strong typing
- Tailwind CSS – utility‑first CSS framework
- shadcn‑ui – modern UI components
To publish your project:
- Open SteerCode.
- Click the Publish button.
Happy coding!