0.1.0 • Published 6 years ago
dingjs v0.1.0
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 upStart developing without docker:
npm install
npm run devContributing
- 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
0.1.0
6 years ago