astro/examples/snowpack
github-actions[bot] 3f167c13cc
Version Packages (#923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-28 16:03:39 -04:00
..
public [ci] yarn format 2021-07-20 04:07:49 +00:00
src replace npm run start with npm start (#791) 2021-07-21 07:09:44 -07:00
.gitignore Restructure examples (#568) 2021-06-28 10:46:10 -05:00
.npmrc force pnpm to hoist packages inside astro #342 #190 (#530) 2021-06-24 09:48:25 -04:00
.prettierrc Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
astro.config.mjs [ci] yarn format 2021-07-20 04:07:49 +00:00
LICENSE Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
package.json Version Packages (#923) 2021-07-28 16:03:39 -04:00
README.md replace npm run start with npm start (#791) 2021-07-21 07:09:44 -07:00
vercel.json Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00

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