A centralized place for easily installable browser experiments.
For more information on the larger project this is a part of, view the readme at https://github.com/hellojwilde/gossamer
- Node
- Nodemon - installed via
npm install -g nodemon
- Redis - running on
127.0.0.1:6379
- Clone this repository.
- Run
npm install
. - Set up the configuration file:
a.
cp config.default.js config.js
b. Create a new GitHub application and copy the client id and client secret into thegithubClientId
andgithubClientSecret
fields of the config file. Make sure thegithubCallbackUrl
field is appropriate and matches the "Authorization callback URL" field of the application configuration on GitHub. - Run
npm start
.