Headless Habbo CMS supporting all major emulators
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
$ yarnSimply run the following command and answer the prompts to setup everything needed
$ yarn setup# docker development
$ yarn dc:dev
# will output docker-machine ip
$ yarn host# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov