0.1.0 • Published 6 years ago

dingjs v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
6 years ago

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