https://github.com/shipping-docker/vessel-docs
Documentation for Vessel
https://github.com/shipping-docker/vessel-docs
Last synced: about 1 year ago
JSON representation
Documentation for Vessel
- Host: GitHub
- URL: https://github.com/shipping-docker/vessel-docs
- Owner: shipping-docker
- Created: 2017-09-21T15:49:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:34:59.000Z (over 3 years ago)
- Last Synced: 2025-04-24T11:38:22.104Z (over 1 year ago)
- Language: CSS
- Homepage: https://vessel.shippingdocker.com
- Size: 1.01 MB
- Stars: 11
- Watchers: 2
- Forks: 11
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vessel
Documentation for [Vessel](https://github.com/shipping-docker/vessel).
## Install
To install deps for this using Node 10, run:
```bash
./develop npm install --unsafe-perm=true
```
[More info here](https://github.com/gulpjs/gulp/issues/2162#issuecomment-384506747).
> 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:
```bash
./develop gulp [watch]
```
Build jigsaw:
```bash
docker run --rm -it -v $(pwd):/opt -w /opt vessel/app root bash
> ./vendor/bin/jigsaw build
```