Skip to content

ravshan01/halal-screen-detection

Repository files navigation

Installation

$ corepack enable
$ yarn install

Start

Create .env.[mode].locale files by .env.local.example file

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Proto

  • Репозиторий halal-screen-proto содержит .proto файлы

  • Репозиторий halal-screen-proto подключён в этот проект с использованием git subtree.

  • Репозиторий halal-screen-proto добавлен как удалённый репозиторий в этом проекте с таким же названием
    Выполнено командой:

      $ git remote add halal-screen-proto [email protected]:ravshan01/halal-screen-proto.git

    Subtree Control

    • Add
      $ git subtree add --prefix src/proto halal-screen-proto master --squash
    • Fetch (or use proto:fetch:master package script)
      $ git fetch halal-screen-proto master
    • Pull (or use proto:pull:master package script)
      $ git subtree pull --prefix src/proto halal-screen-proto master --squash
      $ :qa

    Build

      $ yarn run proto:build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published