Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 460 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 460 Bytes

cherrie svelte shop

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.

Installation

  1. Clone the repository:
git clone https://github.com/Michael-Liendo/cherrie.git
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

The server will start.