https://github.com/uzeyir-yariz/blog
https://github.com/uzeyir-yariz/blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzeyir-yariz/blog
- Owner: uzeyir-yariz
- License: mit
- Created: 2024-12-08T08:09:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T19:05:13.000Z (6 months ago)
- Last Synced: 2025-02-05T11:44:40.410Z (4 months ago)
- Language: Astro
- Homepage: https://blog-chi-eight-15.vercel.app
- Size: 2.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| Command | Action |
|:------------------------------------|:-------------------------------------------------|
| `pnpm install` AND `pnpm add sharp` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm new-post ` | Create a new post |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro --help` | Get help using the Astro CLI |