- Clone the repository
git clone https://github.com/rheinatamara/birthday_website_mobile.git cd birthday_website_mobile - Install dependencies
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:5173/ (default Vite dev server URL).
To build the project for production:
npm run buildThe production-ready files will be generated in the dist directory.