Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 460 Bytes

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.