/kylpo.me

Kylpo's site

Primary LanguageTypeScript

Kylpo's site

Built with Chronstruct-primitives.

Developer notes

Run targets

  • yarn dev - Runs the app in the development mode
  • yarn prod - Runs the app in production mode
  • yarn build - Builds the app for production to the build/ folder
  • yarn rebuild - clean and build
  • yarn serve - Serve production build
  • yarn lint - eslint
  • yarn lint-fix - autofix eslint
  • yarn format - format with prettier
  • yarn type-check - check Typescript compiler