Warn: Do not overuse ForkMachine, use your own risk
- Register a GitHub account
- Create a token
- Set var FORK_TOKEN to your access token in config.machine.js
- Do
node www/binto start the ForkMachine
You may need create a file named "config.machine.js"
Config file looks like this
// Fork machine account's token
exports.FORK_TOKEN = "ghp_xxx" // replace with your own
// Fork Machine's id
exports.ACCOUNT_ID = "a-simple-org"
// Fork limit
exports.FORKS_PRE_DAY = 10