Skip to content

itzsaga/slack-list

Repository files navigation

Slack List

Cypress Tests Known Vulnerabilities Better Uptime Badge

An open source site listing public Slack networks from around the world.

Usage

Visit the site at Slack List and browse.

Installation

To run locally you will need NodeJS and Yarn.

git clone git@github.com:itzsaga/slack-list.git
cd slack-list
yarn
yarn develop

This will run a local server and you can browse the site.

Contributing

To add networks to the list add the needed information to ./src/data/list.js. The list page builts from this JSON object. Also make sure you add an appropriate test to ./cypress/integration/idex_spec.js.

Bug reports and pull requests are welcome on GitHub at https://github.com/itzsaga/slack-list. If you would like to help with this project see our Contributing doc for more info.

License

The app is available as open source under the terms of the MIT License.