An open source site listing public Slack networks from around the world.
Visit the site at Slack List and browse.
To run locally you will need NodeJS and Yarn.
git clone [email protected]:itzsaga/slack-list.git
cd slack-list
yarn
yarn develop
This will run a local server and you can browse the site.
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.
The app is available as open source under the terms of the MIT License.