https://github.com/Frontendland/webcore-astro-portfolio
Free and open-source portfolio template for Astro built using Webcore
https://github.com/Frontendland/webcore-astro-portfolio
astro components css html javascript react sass scss starter svelte template typescript webcore
Last synced: 10 months ago
JSON representation
Free and open-source portfolio template for Astro built using Webcore
- Host: GitHub
- URL: https://github.com/Frontendland/webcore-astro-portfolio
- Owner: Frontendland
- License: mit
- Archived: true
- Created: 2025-01-21T09:46:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T14:45:36.000Z (over 1 year ago)
- Last Synced: 2025-10-02T06:35:55.739Z (10 months ago)
- Topics: astro, components, css, html, javascript, react, sass, scss, starter, svelte, template, typescript, webcore
- Language: Astro
- Homepage: https://webcoreui.dev
- Size: 897 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
- For more information on how to use Webcore, visit the [documentation](https://webcoreui.dev/).
- For Astro integration steps, visit the [Astro docs](https://webcoreui.dev/docs/astro).
- To learn more about the template visit our [template library](https://webcoreui.dev/templates/portfolio)
## Getting Started
Make sure that you have [Node.js](https://nodejs.org/en) 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
```