Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krzysztofzuraw/blog


https://github.com/krzysztofzuraw/blog

astro astro-blog blog tailwindcss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![Blog main page](image.jpg)


Blog


[![Netlify Status](https://api.netlify.com/api/v1/badges/76679400-2108-484e-b2a4-dccd71984e48/deploy-status)](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/).