https://github.com/ngodingbang/learning-astro
Learning project to learn Astro framework.
https://github.com/ngodingbang/learning-astro
Last synced: 5 months ago
JSON representation
Learning project to learn Astro framework.
- Host: GitHub
- URL: https://github.com/ngodingbang/learning-astro
- Owner: ngodingbang
- License: mit
- Created: 2025-07-20T10:26:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T07:07:23.000Z (11 months ago)
- Last Synced: 2025-08-31T16:46:04.608Z (10 months ago)
- Language: Astro
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NgodingBang Learning Astro
[](LICENSE.md)
Learning Astro is a learning project to learn Astro framework.
## Table of Contents
- [NgodingBang Learning Astro](#ngodingbang-learning-astro)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [Tech Stack](#tech-stack)
- [Installation](#installation)
- [Commands](#commands)
- [Author](#author)
- [Changelog](#changelog)
- [License](#license)
## Requirements
- [](https://nodejs.org)
- [](https://pnpm.io)
## Tech Stack
- [](https://astro.build)
- [](https://www.typescriptlang.org)
## Installation
To get started using this app in your localhost, simply paste this command into your terminal:
```bash
git clone https://github.com/ngodingbang/learning-astro
pnpm install
```
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm lint` | Lints your code with ESLint |
| `pnpm format` | Formats your code with Prettier |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |
## Author
- NgodingBang - [@ngodingbang](https://github.com/ngodingbang)
## Changelog
You can read the changelog [here](CHANGELOG.md).
## License
You can read the license [here](LICENSE.md).