mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
.. | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tailwind.config.js |
Astro + Tailwind
Setup
npm install
Dev
npm start
Preview at http://localhost:3000
Build
npm build
Will output static site at ./dist