This message was deleted.
# announcements
w
This message was deleted.
f
Hi James, welcome. Nice name. What is your ideal hosting option?
Vercel works easily
f
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.
155 Views