astro/examples/snowpack/README.md
2021-08-18 22:07:34 -07:00

452 B

Astro Demo

Getting set up

  1. Check out Astro at: https://github.com/snowpackjs/astro

    1. Install and build Astro:
    npm install
    npm run build
    
    1. Link Astro:
    npm link
    
  2. In this project link Astro and install other deps:

npm link astro
npm install
  1. Run the Astro dev environment.
npm start
  1. Build the website. (Not yet working.)
npm run build