Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhan117/2001kaye
dev blog
https://github.com/jhan117/2001kaye
astro blog dev-blog vercel
Last synced: about 2 months ago
JSON representation
dev blog
- Host: GitHub
- URL: https://github.com/jhan117/2001kaye
- Owner: jhan117
- Created: 2024-08-25T06:49:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:13:58.000Z (3 months ago)
- Last Synced: 2024-10-29T14:14:33.450Z (about 2 months ago)
- Topics: astro, blog, dev-blog, vercel
- Language: Astro
- Homepage: https://2001kaye.vercel.app
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:--------------------------|:-------------------------------------------------|
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |