| .env.example | ||
| .gitignore | ||
| get.sql | ||
| index.js | ||
| readme.md | ||
| scripts.yaml | ||
| server.tsx | ||
otherwise...
- install deno
curl -fsSL https://deno.land/x/install/install.sh | sh- follow the instructions that print at the end of the script about setting up deno info in your bashrc
exec bashto use the .bashrc changes
- copy
.env.exampleto.envand update the parameters in it - run
deno run --allow-read --allow-net --unstable --allow-env index.js
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.