diff --git a/README.md b/README.md index 78db9e5..3cdc929 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ DEPLOY= NODE_ENV= YOUTUBE_API_KEY= YOUTUBE_COOKIE= -TWITTER_BEARER_TOKEN= ``` If you are deploying in production, do set the `NODE_ENV` to `production`. On dev it logs errors to console and other helpful stuff which are usually not needed in production. Once you are done with the env file, install packages and seed the database. Seeding is required as some of the code expect the bare minimum data to be there in the database. ```bash