slack-themes icon indicating copy to clipboard operation
slack-themes copied to clipboard

A simple collection of Slack themes to help differentiate and personalize your workspaces

Slack Themes (WIP)

Minimal & Modern React app documenting a collection of curated Slack Themes

Don't see a theme you're looking for? Open a pull request, an issue, or Submit a Theme

Slack Themes preview

Usage

# Install dependencies

 $ yarn install
 
# Start webpack-dev-server at port 8080

 $ yarn run start
 
# Run linters

 $ yarn run test
 
# Build app for production (gets output in the 'dist' directory)

 $ yarn run build