An opensource presenter software that plays audio and video, displays images, text and more. WE ARE STILL IN DEVELOPMENT
If you would like to contribute please follow these instructions. These instructions require yarn also node > v6.9.4 and npm > 3
- Clone repository
git clone https://github.com/arwilczek90/OpenPresenter.git- install repository
yarn install- run tests
npm run lint
npm run build
npm run test
npm run test-e2e
or
npm run lint
npm run build
npm run test-all- we also have a test watcher for tdd but only on the unit tests
npm run test-watch