Skip to content

cosmieel/regsolutions-public

Repository files navigation

REG.Solutions

Рег.решения

It's monorepo powered by Turborepo with npm as a package manager.

  • Packages:

Global Scripts

  • Build all

    npm run build
  • Start all

    npm start
  • Start docker all

    npm run docker:start
  • Stop docker all

    npm run docker:stop
  • Lint all

    npm run lint
  • Test all

    npm test