Skip to content

Free and open-source product page template for Astro built using Webcore

License

Notifications You must be signed in to change notification settings

Frontendland/webcore-astro-product-page

Repository files navigation

Astro Product Page Template with Webcore

Getting Started

Make sure that you have Node.js installed. Run the following command to install all dependencies:

npm i

After installing dependencies, run the following command to start your dev server:

npm run dev

To build the project, run the following command:

npm run build