dingjs
v0.1.0
Published
Internet of Things framework
Downloads
33
Maintainers
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
- Fork it (https://gitlab.com/devbit/dingjs)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request