Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrr1999/bone6.com
https://github.com/zrr1999/bone6.com
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrr1999/bone6.com
- Owner: zrr1999
- Created: 2020-11-27T09:24:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:05:40.000Z (2 months ago)
- Last Synced: 2024-11-05T14:18:04.014Z (2 months ago)
- Language: Astro
- Homepage: https://blog.bone6.com
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog.bone6.com
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun run dev` | Starts local dev server at `localhost:4321` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun run astro -- --help` | Get help using the Astro CLI |