ESC is definitely easiest, but if you don't want to deal with containers, the
Dockerfile is really simple so replicating that directly on a DO ubuntu instance should be pretty straight forward. Install node.js, python, numpy, and scipy. Then clone the repo, run
yarn install
,
yarn build
, and
yarn start
. Then set up a reverse proxy like nginx.