Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.32 KB

PARACYCLE.md

File metadata and controls

39 lines (26 loc) · 1.32 KB

Slack Themes

A website that shows Slack themes.


Slack logo
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 web server to test the project. (make sure to use the ./build folder as your Document Root).
  6. Create a pull request.

Contributors