A React + Vite project.
- Node.js v20.19+ or v22.12+
- npm
-
Clone the repository
git clone https://github.com/cherryontech/strawberry-swirl.git cd strawberry-swirl -
Install dependencies
npm install -
Start the development server
npm run dev
npm run dev- Start the local development servernpm run build- Create an optimized production buildnpm run preview- Preview the production build locallynpm run lint- Check code style and errors using ESLintnpm run format- Format code with Prettier
Check out our CONTRIBUTING.md for guidelines on how to get started.