npm install
npm run build
open dist/index.html in a browser
- Switch to
dist
branch git merge --ff main
(or other sensible merge)rm docs/*.js
npm run prod
git commit -m
- push
dist
branch.
echo 'INSERT BASE64 HERE' | base64 -d | jq > sample_graph_inputs.json
jq -c . sample_graph_inputs.json | base64 -w 0; echo