Skip to content

cadbox1/cadell.dev

Repository files navigation

Cadell.dev

Cadell.dev

Scripts

  • 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.

Getting Started

  1. npm install.
  2. npm run dev:watch.