Skip to content

vrachev/vrachev.github.io

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2024
Apr 11, 2024
Apr 11, 2024
Mar 23, 2024
Mar 25, 2024
Feb 24, 2024
Mar 25, 2024
Apr 11, 2024
Mar 22, 2024
Mar 24, 2024
Mar 27, 2024
Feb 18, 2024

Repository files navigation

My personal website. Built with Astro and Tailwindcss. I am not a webdev, so excuse any shoddy code. Not intended as a starter theme.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI