Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 262 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 262 Bytes

Build the Education Player

docker run --rm -w /home/node/app -v $(pwd):/home/node/app node:16 npm run build

Lint JavaScript files

docker run --rm -w /home/node/app -v $(pwd):/home/node/app node:16 npx eslint the-file.js

See index.html for useage example.