|
||
---|---|---|
public | ||
src | ||
tests | ||
.browserslistrc | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
LICENSE | ||
README.rst | ||
babel.config.js | ||
jest.config.js | ||
package.json | ||
postcss.config.js | ||
tsconfig.json | ||
tslint.json | ||
vue.config.js | ||
yarn.lock |
README.rst
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</html>
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.