- Clone this repo:
git clone https://github.com/backmeupplz/essay
- Create
.env
with the environment variables listed below - Run
yarn
in the root folder - Run
yarn start
And you should be good to go! Feel free to fork and submit pull requests.
Name | Description |
---|---|
FARCASTER_MNEMONIC |
Mnemonic of bot's farcaster account |
IMGUR_CLIENT_ID |
Imgur client id |
IMGUR_CLIENT_SECRET |
Imgur client secret |
IMGUR_REFRESH_TOKEN |
Imgur refresh token |
MONGO |
Mongo URI |
Also, please, consider looking at .env.sample
.