- Do
yarn install
to install dependencies - Copy the example
secrets.yaml
andconfig.yaml
files and edit to taste - Run with CONFIG, SECRETS and SQLITE environment variables, e.g.
CONFIG=/home/vinny-config.yaml SECRETS=/home/vinny-secrets.yaml SQLITE=/home/vinny.sqlite node src/index.js
(SQLITE is a path to where the database is stored)
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.