A web video magnifier using webcam.
Go to file
Kujiu 76d64f136d
Initial structure
2018-11-16 23:48:42 +01:00
public Initial structure 2018-11-16 23:48:42 +01:00
src Initial structure 2018-11-16 23:48:42 +01:00
tests Initial structure 2018-11-16 23:48:42 +01:00
.browserslistrc Initial structure 2018-11-16 23:48:42 +01:00
.gitignore Initial structure 2018-11-16 23:48:42 +01:00
.gitlab-ci.yml Initial structure 2018-11-16 23:48:42 +01:00
Dockerfile Initial structure 2018-11-16 23:48:42 +01:00
LICENSE Add LICENSE 2018-11-08 21:24:38 +01:00
README.rst Initial structure 2018-11-16 23:48:42 +01:00
babel.config.js Initial structure 2018-11-16 23:48:42 +01:00
jest.config.js Initial structure 2018-11-16 23:48:42 +01:00
package.json Initial structure 2018-11-16 23:48:42 +01:00
postcss.config.js Initial structure 2018-11-16 23:48:42 +01:00
tsconfig.json Initial structure 2018-11-16 23:48:42 +01:00
tslint.json Initial structure 2018-11-16 23:48:42 +01:00
yarn.lock Initial structure 2018-11-16 23:48:42 +01:00

README.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

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.

yarn install
yarn build

Just serve the dist directory with your web server.

Deploy on native platform with electron

TODO

Development

  • Fork the project or create a personal branch.

  • Do your stuff.

  • Create unit and e2e tests if possible.

  • Launch test.

yarn test:unit
yarn test:e2e
  • Ask for a merge request on master branch.

</html>