Anton Vinogradov — personal website. Built with Astro, TypeScript and Tailwind CSS, run with Bun.
bun install
bun run dev # start the dev server at http://localhost:4321
bun run build # build the static site to ./dist
bun run preview # preview the production build locallyPushing to main builds and deploys the static site to GitHub Pages via the
workflow in .github/workflows/deploy.yml.