A web-based application to create Discord embed messages using webhooks. Built with React and Tailwind CSS.
Clone the repository:
git clone https://github.com/wickstudio/discord-embed-builder.git
cd discord-embed-builder
Install dependencies:
npm install
Start the development server:
npm start
Open your browser and navigate to http://localhost:3000
.
discord-embed-builder
├── node_modules
├── public
│ ├── index.html
│ ├── logo.png
├── src
│ ├── components
│ │ ├── EmbedEditor.jsx
│ │ ├── EmbedPreview.jsx
│ │ └── Footer.jsx
│ ├── styles
│ │ └── index.css
│ ├── App.jsx
│ ├── index.jsx
├── .gitignore
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.js
Contributions are welcome! Please fork this repository and submit a pull request for any features, bug fixes, or enhancements.
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ❤️ by Wick® Studio