My personal site built with Astro
| .vscode | ||
| public | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| compose.yml | ||
| Dockerfile | ||
| ec.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sws.config.toml | ||
| tsconfig.json | ||
Personal Site
A minimal personal blog built with Astro and Tailwind CSS.
Development
npm install
npm run dev
Commands
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview production build locally |
npm run format |
Format code with Prettier |
Tech Stack
- Astro - Static site framework
- Tailwind CSS - Styling
- Content collections for blog posts