This repository hosts the badge.life website, Publicly maintained by the community. If you would like to contribute, please submit a PR and maintainers will see it merged in as soon as posible.
- Install ruby v3+ linux: Instructions
- Install bundler & jekyll:
gem install bundler jekyll
- Install project dependencies: from root repo path:
bundle install
bundle exec jekyll serve
- browse website at
http://localhost:4000/
To collaborate you wither need to be added as a repository collaborator, or you need to fork the project.
To become a collaborator, you will need to reach out to one of the discord server admins to request collaborator permissions on github.
Once you are a repository collaborator:
- create a branch off of main
- make your changes
- test locally
- push to your branch on github
- open a pull request
- ping moderators if not addressed in a timely manner
- fork the project
- make your changes (branch doesnt matter, can be main in your fork)
- test locally
- push to your branch on github
- open a pull request
- ping moderators if not addressed in a timely manner