My personal website.
Warning
This project has been archived, as I found it difficult to start with Astro from scratch. I instead created a new project from a template, which you can find here.
Set the SITE environment variable to the url of the deployment.
npm install # install dependencies
npm run dev # start dev servernpm install # install dependencies
npm run build # build site to ./dist/- Enable pages in the pages settings.
- Uncomment the push event in the
deploy.ymlworkflow to enable it.