Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laoer536/astro-blog

astro-blog
https://github.com/laoer536/astro-blog

Last synced: about 1 month ago
JSON representation

astro-blog

Awesome Lists containing this project

README

        

# Astro blog sample template.

## 🍕 Feature

- Prettier for astro.
- Automatically generate a list of articles along with the article path.
- Typescript support.
- Tailwindcss support.
- Github page.
- Docker support.

## 🧞 Commands

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

| Command | Action |
| :------------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).