Modify README

- Remove default yarn settings section
- Add maintainer section

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-09 16:51:18 +08:00
parent ec3ed340b5
commit 90a83f8952

View File

@@ -24,15 +24,7 @@
- Cloudflare - Cloudflare
- Zed Editor - Zed Editor
## Commands ## Maintainer
All commands are run from the root of the project, from a terminal: - Asai Neko <sugar@sne.moe>
- Noa Virellia <noa@requiem.garden>
| 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 |