Built with Astro and deployed on GitHub Pages.
pnpm install
pnpm devpnpm build
pnpm previewThis site deploys automatically to GitHub Pages when you push to main.
- Go to your repo Settings → Pages
- Under "Build and deployment", set Source to GitHub Actions
- Update
astro.config.mjswith your GitHub username:site: 'https://YOUR_USERNAME.github.io', base: '/me',
- Push to
main— the workflow will build and deploy automatically
Your site will be live at https://YOUR_USERNAME.github.io/me/