My basic personal website built with SakuraCSS and AstroJS
Clone the project
git clone https://github.com/meizuflux/portfolioGo to the project directory
cd portfolioInstall dependencies
pnpm installStart the dev server
pnpm run devThis website runs on Github pages, and on push uses an Action to build and deploy the latest changes automatically.
Build the site
pnpm run buildStart a generic webserver
python -m http.server 8000 --directory dist