Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dingjs

devbit18Apache-2.00.1.0

Internet of Things framework

IoT, Internet, of, Things, LoRaWAN, The, Things, Network, TTN

readme

Ding.js

An Internet of Things framework

Development setup

Development can be done using Docker and docker-compose or using an npm run script. The default configuration sets up an development environment. The source files are automatically monitored for any changes. The project is then compiled, and the server is automatically restarted.

Start developing using docker-compose:

docker-compose up

Start developing without docker:

npm install
npm run dev

Contributing

  1. Fork it (https://gitlab.com/devbit/dingjs)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request