Personal website and blog by Niklas Heer.
Built with Astro and styled with Tailwind CSS.
# Install dependencies
bun install
# Start dev server
just dev
# Build for production
just build
# Preview production build
just previewRun just to see all available commands.
| Command | Description |
|---|---|
just dev |
Start development server |
just build |
Build for production |
just preview |
Preview production build |
just check |
Type check the project |
just new-post "title" |
Create a new blog post |
- Framework: Astro 5
- Styling: Tailwind CSS 4
- Theme: Tokyo Night
- Syntax Highlighting: Expressive Code
- Package Manager: Bun
- Deployment: Netlify
Content is licensed under CC BY-NC 4.0.