Skip to content

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 510 Bytes

readme.md

File metadata and controls

executable file
·
27 lines (16 loc) · 510 Bytes

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