astro/examples/landing-page
2021-03-30 12:13:56 -07:00
..
astro/pages update landing page 2021-03-29 11:33:14 -07:00
public simplify svg animation, slow it down 2021-03-30 12:13:56 -07:00
.gitignore update landing page 2021-03-29 11:33:14 -07:00
.prettierrc add example www site 2021-03-29 08:43:38 -07:00
.stylelintrc.js add example www site 2021-03-29 08:43:38 -07:00
astro.config.mjs add example www site 2021-03-29 08:43:38 -07:00
LICENSE add example www site 2021-03-29 08:43:38 -07:00
package-lock.json add example www site 2021-03-29 08:43:38 -07:00
package.json add example www site 2021-03-29 08:43:38 -07:00
README.md add example www site 2021-03-29 08:43:38 -07:00

Astro Demo

Getting setup

  1. Checkout 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