Guildspeak is a social chat platform for everyone. Desktop app is built with Electron, React and other awesome technologies
Beautiful, cross-platform application for Guildspeak!
$ git clone https://github.com/guildspeak/guildspeak-app
$ cd guildspeak-app
$ npm install
git clone https://github.com/guildspeak/guildspeak-app; cd guildspeak-app; npm install
Don’t forget to create a
.env
file (example file in the repository)! Otherwise, the application will not work properly.
$ npm run dev