Slack Themes
[![Build](https://github.com/paracycle/slackthemes/actions/workflows/build.yml/badge.svg)](https://github.com/paracycle/slackthemes/actions/workflows/build.yml)
About the project
slackthemes.net is a platform for browsing and sharing themes for Slack.
It is not affiliated with Slack in any way or form; but it is a great tool, use it.
How to contribute (themes)
- Fork this project.
- Add your theme to the
data/themes.yml
file.
- Create a pull request.
How to contribute (core)
- Fork this project.
- Install dependencies using
bundle install
- Make changes.
- Build the project using
bundle exec middleman build
- You can run a local webserver to test the project. (make sure to use the
./build
folder as your DocumentRoot).
- Create a pull request.
Contributors