Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 718 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 718 Bytes

Equipment-Manager-Web

Create .env file based on .env.example:

cp .env.example .env

Run containers:

docker-compose up -d --build

Application should be accessible at http://localhost:5000

Development Commands

Installing dependencies

docker-compose exec equipment-manager-client yarn install

Adding new packages

docker-compose exec equipment-manager-client yarn add *

* name of the package

Running linter

docker-compose exec equipment-manager-client yarn lint

Executing any Yarn command

docker-compose exec equipment-manager-client yarn *

* name of the command