npm install- install dependencies.npm run dev:watch- start the development server and watch the posts folder for changes.npm run dev- start the development server.npm run build- build assets.npm run start- serve built assets.npm run export- export to static html.npm run typescript- check types.
npm install.npm run dev:watch.