Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Free and open-source portfolio template for Astro built using Webcore

License

Notifications You must be signed in to change notification settings

Frontendland/webcore-astro-portfolio

Repository files navigation

Astro Portfolio Template with Webcore

Note

This repository is no longer maintained. Please see our templates folder in the main repository of Webcore for the latest changes made to this template.

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