Skip to content
forked from grow/grow.dev

Grow's homepage and documentation site.

Notifications You must be signed in to change notification settings

cdhermann/grow.dev

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • Sass 28.2%
  • HTML 21.1%
  • Ruby 1.5%