A new and intuitive way of controlling intelligent devices developed from first principles for the event industry.
Feel free to check out the concepts here on GitHub, lets discuss your own ideas in Issues or check out code you want to add via Pull requests 🥳
npm run doc
)This can either be done thru downloading the repos as *.zip
and unpacking at said path or directly cloning the repository via cmdline.
git clone https://github.com/oshifty/vision.git <path>
Open the <path>
in your IDE
code <path>
and install all dependencies with npm
in the terminal:
npm install
npm run dev
npm run test
To build the documentation website for development and watch for file changes to automatically recompile run:
npm run doc
To build your plugin for production run:
npm run doc:build
npm run lint
npm run format