/BuildServer

Server for the Build mobile application

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

BuildServer

The main business logic for the Build platform.

Installation

Clone the repository and run npm install

git clone https://github.com/vontell/BuildServer.git
npm install

Starting the server

npm start

The HTTP server will run on port 3000, while the WebSocket server runs on port 8080. You can change this by editing the config.dev.js file.