Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 564 Bytes

goose-starter-kit

This is a starter kit for Goose Parser

Usage

First of all clone repo and start your project for it. And now there are two ways to run a project:

  • inside a docker container
  • directly on a local system

Docker usage

Be aware that this way requires Docker installed.

Start the project with command:

docker-compose up

Local system usage

npm install
DEBUG=* node lib/index.js

How it looks like