Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 768 Bytes

File metadata and controls

11 lines (9 loc) · 768 Bytes

Vivek's blog

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