First, make a copy the .env.sample
and name it .env
at the root of the thingy-client-orange folder.
Then fill up the needed parameters.
docker build -t thingy-client-orange .
- then
docker-compose up
in the thingy-api-orange root folder
npm install
npm run serve
npm run build
npm run lint