Template: https://github.com/cassidoo/blahg
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npx tinacms dev -c 'astro dev' |
Manually run local server if the regular command doesn't work |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |