This project is a virtual store developed with SvelteKit and TypeScript. In the store, users can browse different product categories, add products to their cart, and complete a purchase.
- Clone the repository:
git clone https://github.com/Michael-Liendo/cherrie.git
- Install the dependencies:
npm install
- Start the development server:
npm run dev
The server will start.