- Clone this repo
- Create a .env file in the same directory and fill these up:
MONGO_URL=
AWS_SES_SECRET_ACCESS_KEY=
AWS_SES_REGION=
AWS_SES_ACCESS_KEY_ID=
INVOICE_WEBHOOK=
PAYMENT_WEBHOOK=
REGISTRATION_WEBHOOK=
NODE_ENV=<optional>
PORT=<optional>
- Run
yarn
- Run
yarn dev
- Clone this repo
- Create a new .env file in that directory
- Fill these up:
MONGO_URL=
- Run
yarn
- Run
yarn watch
andyarn dev
We use a custom price proxy to ensure that we don't hit rate-limits or bot-prevention mechanisms used by Cloudflare in CoinGecko.
- Clone this repo
- Fill these up in a .env file in that directory:
PORT=<optional>
- Run
yarn
- Run
yarn watch
andyarn dev