/astrotest

Primary LanguageAstroMIT LicenseMIT

CI/CD to Github Pages Astro npm version


Getting Started with Astro

A feature full Astro documentation template...

...that works out of the box with Github Pages

Run it locally with: 👈  
cd Docs
npm install
npm run dev #http://localhost:4321/astrotest/

npm run build
#npm install -g http-server
#http-server

#python3 -m http.server 8080

Deploy it with any of:

Github Pages

Cloudflare Pages

#npx wrangler pages project create
npx wrangler pages deploy dist #<BUILD_OUTPUT_DIRECTORY>

Firebase

npm install -g firebase-tools
firebase --version

firebase init
firebase deploy

Thanks to ❤️