Publish a read-only version of a Slack team on the internet!
A work-in-progress.
Built with Express and LokiJS.
View a demo of the Friends of HasGeek slack archive.
- Export your Slack team's data from https://my.slack.com/services/export
- Unzip the ZIP file into a folder called
archive
in this project's folder - Install dependencies with
npm install
oryarn install
- Edit
config.js
with your team's data - Run the app with
npm start
- View archive at
http://localhost:3000/
CSS is based on @machonky's Slack clone codepen