Create .env
file based on .env.example
:
cp .env.example .env
docker-compose up -d --build
Application should be accessible at http://localhost:5000
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