Socialite will eventually be a tool for monitoring and posting to multiple social media networks.
To get your socialite development environment runnable, you need to do the following (assuming a working version of node/git):
- Pull from repository
- Make sure the database folder exists (
mkdir database
) npm install
npm run bowertasks
cp app/config grant-config.json.template grant-config.json
cp app/config salt.json.template salt.json
- (optional) customize your password salt in
salt.json
- Update
grant-config.json
with your API keys npm run dbtasks
npm run seed