A local tool to bring slack exports to life - again.
First, you'll need to get an export of your Slack workspace. Instructions for that can be found here.
With that export in hand, you'll need to copy all of the files within it under public/data/
. This will be where the backend of this app expects to see all of the data regarding your workspace.
To clarify; if your slack export is in a folder named slack-export
, then you'll want to put the files under it into public/data
, not the folder itself.
Finally, run the development server:
npx install
npx run dev
With that, you should see the app running and displaying information about your workspace!