Skip to content

shipping-docker/vessel-docs

Repository files navigation

Vessel

Documentation for Vessel.

Install

To install deps for this using Node 10, run:

./develop npm install --unsafe-perm=true

More info here.

This requires the vessel project and images vessel/app and vessel/node to exist on your system.

Build

Currently it's not in a great state, but I don't have time to improve it to a more modern flow/css framework.

Build static assets:

./develop gulp [watch]

Build jigsaw:

docker run --rm -it -v $(pwd):/opt -w /opt vessel/app root bash
> ./vendor/bin/jigsaw build