- NodeJS and npm
- Fork repository to your GitHub accout
- Clone forked repo
- Add remote origin via "git remote add origin https://github.com/your-username/klapi-web"
- Add remote upstream via "git remote add upstream https://github.com/nummenpojat/klapi-web"
- Run npm install
- Run npm start
- Make your changes
- Make branch for your changes
- Push changes to origin
- Go to Github and make pull request from your branch to upstream repo development branch