/my-first-useless-script

Idea around mathematical statistics

Primary LanguageJavaScript

Installation

  • Install Tampermonkey
  • Add the script in build/bundle.js

Development

  • Install NodeJS
  • Clone repo
  • Install rollup as global:
cd [repo]
npm -g i rollup
  • Install dependencies:
npm i
  • Build the lib:
npm run build
#or
rollup -c --no-treeshake
  • Update the compiled bundle in tampermonkey