Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dilanrojas/ecommerce-product-page
Frontend Mentor Challenge
https://github.com/dilanrojas/ecommerce-product-page
astro ecommerce-website website
Last synced: 2 months ago
JSON representation
Frontend Mentor Challenge
- Host: GitHub
- URL: https://github.com/dilanrojas/ecommerce-product-page
- Owner: dilanrojas
- Created: 2024-08-30T01:48:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T02:26:38.000Z (5 months ago)
- Last Synced: 2024-10-13T01:41:02.788Z (3 months ago)
- Topics: astro, ecommerce-website, website
- Language: Astro
- Homepage: https://ecommerce-product-page-dilan.pages.dev/
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
You can view a live demo [here](https://ecommerce-product-page-dilan.pages.dev/)
## Installation
To run the project locally, follow these steps:
1. Clone the repository to your local machine
```bash
git clone https://github.com/dilanrojas/ecommerce-product-page.git
```2. Install dependencies using NPM
```bash
npm install
```3. Initialize the project
```bash
npm run dev
```