meeting-pane

v2.3.9-a7c1c623
Solid-compatible Panes: meeting collaborative tool
solid meetings decentralized web rdf ldp linked pane app and 2 more...

build

npm run clean && npm run build-lib && webpack

build-browserified

npm run build

build-dist

webpack --progress --color --mode=production

build-dev

webpack --progress --color --mode=development

build-lib

babel src -d lib --source-maps --extensions '.ts,.js'

build-types

npm run build-version && tsc --declaration --emitDeclarationOnly

build-version

./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix

lint

eslint '*.js'

lint-fix

eslint '*.js' --fix

clean

rm -rf lib && rm -rf dist

test

npm run lint

ignore:prepublishOnly

npm test && npm run build-lib

ignore:postpublish

git push origin main --follow-tags

watch

webpack --watch

start

webpack serve --open

Metadata

  • MIT
  • Whatever
  • Tim Berners-Lee
  • released 3/22/2022

Downloads