Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwparsons/til
https://github.com/cwparsons/til
astro blog
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwparsons/til
- Owner: cwparsons
- Created: 2024-08-07T21:45:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T07:26:43.000Z (2 days ago)
- Last Synced: 2025-02-09T08:21:46.767Z (2 days ago)
- Topics: astro, blog
- Language: Astro
- Homepage: https://cwparsons.ca
- Size: 1.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# til
A simple blog with development learnings using Astro.
## 🧞 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 |