/read-it

Link aggregator with realtime posts and likes

Primary LanguageJavaScriptMIT LicenseMIT

Read It

Running

Create a .env file with the following:

FIREBASE_API_KEY=***
FIREBASE_AUTH_DOMAIN=***
FIREBASE_DATABASE_URL=***
FIREBASE_MESSAGING_SENDER_ID=***
FIREBASE_PROJECT_ID=***
FIREBASE_STORAGE_BUCKET=***
NODE_ENV=development

If you're deploying to Heroku create all the same vars except NODE_ENV and with the addition of GOOGLE_ANALYTICS_ID.

yarn install.

Run with export $(cat .env | xargs) && gulp

About