It is easy to contribute to the project. Here is some really basic instructions to get started.
- Install node.js if you haven't already.
- Clone the repo.
- Open a
node.js
capable shell andcd
to the project directory. - Run
npm install
to install dependencies. - Local environment can be configured by copying
default-env.json
toenv.json
and filling in the stuff specific to your environment. Make sure to fill out all the auth keys for Twitch. - Run
npm start
to start the server. Point your browser to http://localhost:3000/ to view your local version of the site.
Make the changes you want, then open a pull request.