https://github.com/nothingrandom/studio
https://github.com/nothingrandom/studio
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nothingrandom/studio
- Owner: nothingrandom
- License: mit
- Created: 2022-01-31T15:36:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T10:48:35.000Z (over 1 year ago)
- Last Synced: 2025-02-20T11:34:19.949Z (over 1 year ago)
- Language: JavaScript
- Size: 8.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# studio nothingrandom
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun astro -- --help` | Get help using the Astro CLI |