Go to file
Paul Trowbridge ff8694a9cc squash history 2022-03-26 00:34:22 -04:00
.env.example squash history 2022-03-26 00:34:22 -04:00
.gitignore squash history 2022-03-26 00:34:22 -04:00
get.sql squash history 2022-03-26 00:34:22 -04:00
index.js squash history 2022-03-26 00:34:22 -04:00
readme.md squash history 2022-03-26 00:34:22 -04:00
scripts.yaml squash history 2022-03-26 00:34:22 -04:00
server.tsx squash history 2022-03-26 00:34:22 -04:00

readme.md

sometimes you need to run deno cache -r index.js due to stale code sitting in the cache. The database uses a cert to encrypt traffic. if the cert is expired it will need dealt with.

otherwise...

  • install deno
  • copy .env.example to .env and update the parameters in it
  • run deno run --allow-read --allow-net --unstable --allow-env index.js