Grow is a declarative tool for rapidly building, launching, and maintaining high-quality static HTML.
One time only: install Pipenv and libyaml.
# On Mac with Homebrew (https://brew.sh/).
brew install pipenv libyaml
# On Ubuntu.
sudo apt install -y pipenv libyaml-dev
# On other distributions.
sudo apt install python-pip; pip install pipenv
Next: install and run Grow using a starter.
git clone https://github.com/grow/starter
cd starter
pipenv install
pipenv run grow install
pipenv run grow run
Visit https://grow.dev to read the documentation.
Content type
Image
Digest
sha256:c18bed290…
Size
478.2 MB
Last updated
about 4 years ago
docker pull grow/base