Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 627 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 627 Bytes

Installation

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 installation

  • docker build -t thingy-client-orange .
  • then docker-compose up in the thingy-api-orange root folder

local installation

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.