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

https://github.com/woojiahao/blog

Personal blog!
https://github.com/woojiahao/blog

article astro astrojs blog personal-blog software-engineering technical-writing typescript

Last synced: 4 months ago
JSON representation

Personal blog!

Awesome Lists containing this project

README

          

# jiahao.blog

Personal blog built with Astro.

## 🧞 Commands

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

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