mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
0ea4a986e2
* Support 500 pages * Document custom 400/500 pages * Remove search from any pages not the 500 page * fix(kitchen-sink): add snowpack.config.js * fix(examples): add snowpack.config.js * style: redesign built-in 500 page Co-authored-by: Nate Moore <nate@skypack.dev> |
||
---|---|---|
.. | ||
astro | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
snowpack.config.js | ||
tailwind.config.js |
Astro + Tailwind
Setup
npm install
Dev
npm start
Preview at http://localhost:3000
Build
npm build
Will output static site at ./_site