No description
Find a file
2023-12-30 16:05:05 +00:00
.devcontainer add git-flow and git-graph 2023-12-30 03:35:09 +00:00
.vscode get_emotes impl 2023-12-28 15:37:38 +00:00
img add README and "build-ext" job 2023-12-30 03:11:22 +00:00
public bump version 2023-12-30 16:04:55 +00:00
src map_concurrent major cleanup 2023-12-30 16:01:23 +00:00
.gitattributes initial commit 2023-12-28 13:55:42 +00:00
.gitignore initial commit 2023-12-28 13:55:42 +00:00
LICENSE source maps and LICENSE 2023-12-30 15:21:06 +00:00
package.json bump version 2023-12-30 16:04:55 +00:00
README.md README 2023-12-30 16:03:07 +00:00
tsconfig.json modularization 2023-12-30 14:51:19 +00:00
webpack.config.js source maps and LICENSE 2023-12-30 15:21:06 +00:00
yarn.lock modularization 2023-12-30 14:51:19 +00:00

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