Contact • Contribute • Docs • Issues • License
Base used : http://vowl.visualdataweb.org/webvowl.html
Node.js for installing the development tools and dependencies.
- Navigate to root folder.
- Run
npm install --force
to install the dependencies and build the project - Run
npm install grunt-cli -g
(install the npm packagegrunt-cli
globally) - Run
grunt webserver
starts a local live-updating webserver
If everything worked fine, the application is available at http://localhost:8000/.
You are very welcome to contribute to this project when you find a bug, want to suggest an improvement, or have an idea for a useful feature. Please find a set of guidelines at the CONTRIBUTING.md and the CODE_OF_CONDUCT.md.
This project is licensed under the MIT License - see the LICENSE for details.