Home
Softono

Grow.dev

Open source JavaScript
85
Stars
38
Forks
35
Issues
12
Watchers
3 years
Last Commit

 About Grow.dev

Grow's homepage and documentation site.

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Grow.dev?

We provide expert installation service for this software. Our team will install, configure, and secure Grow.dev on your server. plans start at just $30.

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.