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

marcus-sa/vulture

Repository files navigation

Vulture

Description

Headless Habbo CMS supporting all major emulators

Installation

Ensure you have yarn installed, otherwise install it npm install -g yarn
This API uses docker, so you must have docker-compose installed

Next step is to install all the required dependencies so that you can setup the API

$ yarn

Setup

Simply run the following command and answer the prompts to setup everything needed

$ yarn setup

Running the app

# docker development
$ yarn dc:dev

# will output docker-machine ip
$ yarn host

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov