Skip to content

Ho11ow1/AstroLite

Repository files navigation

AstroLite

Status: Work In Progress Version: 1.2.0
A lightweight and easy to use Astro site template.
Provides a simple, expandable file structure with pre-made code as an example

Installation

Option 1: Astro CLI

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>

Option 2: Git

Git command Location
git clone <repo-url>

Property Literal
github-username Ho11ow1
github-repo AstroLite
repo-url https://github.com/Ho11ow1/AstroLite

Post install steps

If you used the Astro CLI

# Astro should automatically download all dependencies
cd <your-project>
npm run dev | pnpm run dev | yarn dev

If you used Git clone

cd AstroLite
npm install | pnpm install | yarn install
npm run dev | pnpm run dev | yarn dev

Requirements

  • Node.js v18.20.8+ (v19 & v21 are not supported due to astro compatibility)
  • Package manager of your choosing

License

MIT License - see LICENSE

About

A lightweight and easy to use Astro site template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published