Skip to content

makersmecca/DiscordFileStore

Repository files navigation

Discord File Storage

Prerequisites:

  • Create a text channel in discord
  • Navigate to Edit Channel > Integrations > Webhooks > New Webhook
  • Click on the newly created Webhook > Copy Webhook URL

To run this project locally, follow these steps:

  1. Clone this repository
  2. git clone https://github.com/makersmecca/DiscordFileStore
  3. Navigate to the project folder
  4. cd DiscordFileStore
  5. Install Dependencies
  6. npm install
  7. Start Dev Server
  8. npm run dev
  9. Open on browser
  10. Go to "http://localhost:5173"

You should be able to see the tool up and running on your browser.

Paste Webhook URL and you're all set!