ShopNest is an e-commerce website built using Svelte, where users can browse products, add items to their cart, remove items from the cart, and proceed to payment.
Make sure you have the following tools installed on your machine:
npm install -g pnpm
)Clone the repository:
git clone https://github.com/Nassefferjeni/ShopNest.git
Navigate to the project directory:
cd shotNest
Install dependencies using pnpm:
pnpm install
To run the development server:
pnpm dev
Open http://localhost:5173 in your browser to view the app.