2ab625bee8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
astro.config.mjs | ||
LICENSE | ||
package.json | ||
README.md | ||
vercel.json |
Astro Demo
Getting set up
-
Check out Astro at: https://github.com/snowpackjs/astro
- Install and build Astro:
npm install npm run build
- Link Astro:
npm link
-
In this project link Astro and install other deps:
npm link astro
npm install
- Run the Astro dev environment.
npm run start
- Build the website. (Not yet working.)
npm run build