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

https://github.com/rushiimachine/blog

a personal blog for silly things!
https://github.com/rushiimachine/blog

astro blog fuwari

Last synced: 4 months ago
JSON representation

a personal blog for silly things!

Awesome Lists containing this project

README

          

# blog.rushii.dev

![Node.js >= 20](https://img.shields.io/badge/node.js-%3E%3D20-brightgreen)
![pnpm >= 9](https://img.shields.io/badge/pnpm-%3E%3D9-blue)

a personal blog for silly things!

Based on the [Fuwari](https://github.com/saicaca/fuwari) blog template,
built with Astro, Svelte, and Tailwind.

## Development

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

| Command | Action |
|:---------------------------|:-------------------------------------------------|
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm check` | Run checks for errors in your code |
| `pnpm format` | Format your code using Biome |
| `pnpm new-post ` | Create a new post |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro --help` | Get help using the Astro CLI |