Create .env file based on .env.example:
cp .env.example .envdocker-compose up -d --buildApplication should be accessible at http://localhost:5000
Installing dependencies
docker-compose exec equipment-manager-client yarn installAdding new packages
docker-compose exec equipment-manager-client yarn add ** name of the package
Running linter
docker-compose exec equipment-manager-client yarn lintExecuting any Yarn command
docker-compose exec equipment-manager-client yarn ** name of the command