https://github.com/krzysztofzuraw/krzysztofzuraw.com
https://github.com/krzysztofzuraw/krzysztofzuraw.com
astro astro-blog blog tailwindcss
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/krzysztofzuraw/krzysztofzuraw.com
- Owner: krzysztofzuraw
- License: mit
- Created: 2019-10-12T08:06:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T11:44:05.000Z (about 1 month ago)
- Last Synced: 2025-04-06T12:04:58.702Z (30 days ago)
- Topics: astro, astro-blog, blog, tailwindcss
- Language: XSLT
- Homepage: https://krzysztofzuraw.com
- Size: 57.4 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

Blog
[](https://app.netlify.com/sites/flamboyant-stallman-9dcf8d/deploys)
This repository contains code & blog posts for my [blog](https://krzysztofzuraw.com).
## How to run
Install dependencies:
```shell
pnpm install
```Run development server:
```shell
pnpm dev
```Run production build:
```shell
pnpm build
```Generate an empty placeholder for the blog post
```shell
pnpm post:new
```## Credit
This blog is generated using [Astro Build](https://astro.build/).