willthomson / grow.dev

Grow's homepage and documentation site.

Home Page:https://grow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grow.dev

Circle CI

The documentation website for Grow.dev.

Developer setup

This project uses Grow.dev, a static site generator.

Prerequisites

At a minimum, you will need:

After Pipenv and Node are setup, install the project using the following command. This installs the correct version of Python, and also installs Grow.

Install, alias, and run

# Run from the project directory.
pipenv install

# Add an alias to `$HOME/.bashrc` for grow.
alias grow='pipenv run grow'

# Install project dependencies.
grow install

# Run the development server
grow run

Deployment

grow.dev is hosted on Google Cloud Storage. Commits on GitHub's master invoke a Circle CI build task that automatically deploy the changes.

About

Grow's homepage and documentation site.

https://grow.io


Languages

Language:JavaScript 49.2%Language:Sass 28.2%Language:HTML 21.0%Language:Ruby 1.5%Language:Mustache 0.2%