Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.25 KB


Slack Themes

Build

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)

  1. Fork this project.
  2. Add your theme to the data/themes.yml file.
  3. Create a pull request.

How to contribute (core)

  1. Fork this project.
  2. Install dependencies using bundle install
  3. Make changes.
  4. Build the project using bundle exec middleman build
  5. You can run a local webserver to test the project. (make sure to use the ./build folder as your DocumentRoot).
  6. Create a pull request.

Contributors