astro/examples/snowpack
Drew Powers b81abd5b2c
Add CSS bundling (#172)
* Add CSS bundling

* Add Changeset

* Update build script

* Count better

* Fix stats

* Cleanup

* Add test

* Show profile ms under 750ms
2021-05-06 10:38:53 -06:00
..
public Improve styles (#30) 2021-03-25 18:23:45 -06:00
src Format (#167) 2021-05-03 12:26:10 -06:00
.gitignore Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
.prettierrc Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
.stylelintrc.js Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
astro.config.mjs Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
LICENSE Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
package.json Add CSS bundling (#172) 2021-05-06 10:38:53 -06:00
README.md Format (#167) 2021-05-03 12:26:10 -06: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 run start
  1. Build the website. (Not yet working.)
npm run build