Astro Portfolio Template
3 February 2022
To set up a portfolio using Astro templates, run this in an empty directory:
mkdir astro-portfolio
cd astro-portfolio
npm init astro -- --template portfolio
npm i
npm run dev
This will initialize the project, install the necessary dependencies, and start the dev server.
You may want to configure your site via astro.config.mjs
configuration file ↗.