/yeti

Primary LanguageSmarty

Development

  1. Install dependencies
npm install
  1. Run the project in development mode
npm run dev

Run tests

Run unit tests once

npm run test:unit

Run unit tests in watch mode

npm run test:unit -- --watch

Build for production

Build production mode

npm run build