A script to fetch and upload cred data every 6 hours
npm install
, npm install -D
Copy the content of your .env.sample
file into a new .env
file and add the corresponding variables:
REPO_AND_BRANCH
= The repo and branch of your sourcecred instance. In this case it'shttps://raw.githubusercontent.com/1Hive/pollen/gh-pages/
MONGODB_URI
= Your MongoDB connection URI.
npm run dev
will execute the script in developer mode, with hot reloading.npm start
will execute the script in production mode.