Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

teamfieldtrip/borrel

Repository files navigation

🚨 🚨 🚨 THIS REPO IS NOT MAINTAINED 🚨 🚨 🚨

We've received several mails by GitHub of it having vulnerabilities in dependencies. These will not be fixed in the foreseeable future.

Borrel, powered by NodeJS

Build status Codacy rating GPL-3.0 license Standard - JavaScript Style Guide

This is BorrelNodeJs, also known as a really bad word joke.

Coding Standard

We're using the standard code style for Javascript, so no semicolons and 2 spaces indentation. Furthermore, we're using ES7, because preparing for the past is something historians do, not software engineers.

Running the application

First off, install the requirements

npm install

Then, just run it using npm:

npm start

Foreman will handle taking care of launching all instances.