Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 783 Bytes

xcms-p2m2-tools

CircleCI Codacy Badge

https://p2m2.github.io/xcms-p2m2-tools/

Html

Development version

npm should be installed.

export NODE_OPTIONS=--openssl-legacy-provider
# fastOptJS or fullOptJS check html/index.html
sbt fastOptJS 
sbt fullOptJS 
# open html/index.html

Release

sbt fullOptJS::webpack
cp target/scala-2.13/scalajs-bundler/main/xcms-p2m2-tools-opt-bundle.js docs/
# open docs/index.html