A script to add, merge and activate new users in the Pollen instance.
npm install, npm install -D
Copy the content of your .env.sample file into a new .env file and add the corresponding variables:
MONGODB_URI= Your MongoDB connection URI.GH_API_TOKEN= GitHub token with commit permissions to the repo.REPO= The repo you want to commit to.BRANCH= The branch you want to commit to.REPO_AND_BRANCH= The repo and branch of your sourcecred instance. In this case it's https://raw.githubusercontent.com/1Hive/pollen/gh-pages/
npm startwill execute the script in production mode.npm run devwill execute the script in developer mode, with hot reloading.