Personal website made with Astro.
This project uses GitHub Actions for building and Netlify for hosting.
Setup guide: .github/SETUP_GUIDE.md
Full documentation: .github/DEPLOYMENT.md
Quick deploy:
git push origin main # Automatically builds and deploys via GitHub Actionsnpm install # Install dependencies
npm run dev # Start dev server
npm run build # Build for production
npm run preview # Preview production build locallyPhoto server configuration:
- Production:
https://share.kadykov.com(default) - Local dev: Set
PHOTO_SERVER_URLin.envto override
See .env.example for available configuration options.