https://github.com/shipping-docker/vessel-docs
Documentation for Vessel
https://github.com/shipping-docker/vessel-docs
Last synced: 2 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:34:59.000Z (over 2 years ago)
- Last Synced: 2023-02-27T17:17:45.322Z (over 2 years ago)
- Language: CSS
- Homepage: https://vessel.shippingdocker.com
- Size: 1.01 MB
- Stars: 10
- Watchers: 2
- Forks: 10
- 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
```