Skip to content

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

License

Notifications You must be signed in to change notification settings

ryan-parag/slack-themes

Repository files navigation

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