No description
| .devcontainer | ||
| .vscode | ||
| img | ||
| public | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
| yarn.lock | ||
lmlfc-bttv
- install deps:
yarn - more verbose but same:
yarn install --production=false - compile extension (into "dist" dir):
yarn build - pack "dist" dir (runs web-ext):
yarn build-ext