Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 641 Bytes

Star Wars Demo Project

Star Wars image

romantrukhtanov.github.io/star-wars-demo

Scripts

  • dev — starts the project in development mode.
  • build — build the project using vite build.
  • preview — Starts the preview using vite preview.
  • ts — initiates type checking.
  • test — runs checks on all tests.
  • test:watch — runs tests in watch mode.
  • lint — performs linting on all scripts.
  • lint:fix — performs linting on all scripts with auto-fixing.
  • prepare — installs the Husky configuration.