A web video magnifier using webcam.
public | ||
src | ||
tests | ||
.browserslistrc | ||
.gitignore | ||
.gitlab-ci.yml | ||
babel.config.js | ||
Dockerfile | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.rst | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
NervMag ======= A web video magnifier using webcam. Install ^^^^^^^ Deploy on webserver ------------------- You need to install yarn to continue. Go to the project directory and use following commands. .. code-block:: sh yarn install yarn build Just serve the `dist` directory with your web server. Deploy on native platform with electron --------------------------------------- TODO .. note:: Some binaries will be available soon. Development ^^^^^^^^^^^ - Fork the project or create a personal branch. - Do your stuff. - Create unit and e2e tests if possible. - Launch test. .. code-block:: sh yarn test:unit yarn test:e2e - Ask for a merge request on `master` branch.