Skip to content

umanni/widgetbot

 
 

Repository files navigation

Deploy

WidgetBot is a pixel-perfect open-source Discord chat widget for your website. It is distributed and developed under the GNU General Public License v3 (GPL-3) Open Source License.

Banner

Development

The official Widgetbot team uses Visual Studio Code for developing Widgetbot.

This fork uses the IntelliJ IDEA Ultimate which is the paid version. The free one, Community Edition, doesn't support web development. You also have to install the NodeJS plugin.

You can use either, or something else.

Building Embed & Server

Before you are able to build anything make sure you have yarn installed:

npm install -g yarn

If you're a macOS or Linux user, or if you're on Windows with the Git shell installed, you can build all packages at once like this:

yarn build

If you want to build them manually or use Windows without Git shell:

yarn
yarn workspace @widgetbot/embed-api build
yarn workspace @widgetbot/react-embed build
yarn workspace @widgetbot/html-embed build  # you can skip this one if you don't need it
yarn workspace embed build
yarn workspace @widgetbot/crate build
yarn workspace server build

Then run the server:

yarn workspace server start

Packages

@widgetbot/ Description
embed ReactJS widget client Docs /packages/embed/
crate JS library that provides popup chat Docs /packages/crate/
react-embed React component for the embed Docs /packages/react-embed/
html-embed HTML element for the embed Docs /packages/html-embed/
embed-api Embed GraphQL JS API Docs /packages/embed-api/

Contributors

Thanks goes to these wonderful people (emoji key):


Sam Denty

🐛 💻 🎨 📖 💡 🚇 👀 🔧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Pixel-perfect Discord chat widgets for your website 💬

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 1.5%
  • Other 1.2%