Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (25 loc) · 1.21 KB

Guildspeak Backend

GitHub GitHub issues LOVE

Beautiful, cross-platform application for Guildspeak!

📦 Installation

$ 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

🚧 Running the app in development mode

⚠️ Don't forget to create a .env file (example file in the repository)! Otherwise, the application will not work properly.

$ npm run dev

🚀 Running the app in production mode

🚧 SECTION UNDER CONSTRUCTION 🚧