A lightweight and easy to use Astro site template.
Provides a simple, expandable file structure with pre-made code as an example
| PackageManager | Command | Location |
|---|---|---|
npm |
create astro@latest -- --template |
<github-username>/<github-repo> |
pnpm |
create astro@latest --template |
<github-username>/<github-repo> |
yarn |
create astro --template |
<github-username>/<github-repo> |
| Git command | Location |
|---|---|
git clone |
<repo-url> |
| Property | Literal |
|---|---|
github-username |
Ho11ow1 |
github-repo |
AstroLite |
repo-url |
https://github.com/Ho11ow1/AstroLite |
# Astro should automatically download all dependencies
cd <your-project>
npm run dev | pnpm run dev | yarn devcd AstroLite
npm install | pnpm install | yarn install
npm run dev | pnpm run dev | yarn dev- Node.js v18.20.8+ (v19 & v21 are not supported due to astro compatibility)
- Package manager of your choosing
MIT License - see LICENSE