https://github.com/grow/grow.dev
Grow's homepage and documentation site.
https://github.com/grow/grow.dev
documentation marketing static-site-generator
Last synced: about 2 months ago
JSON representation
Grow's homepage and documentation site.
- Host: GitHub
- URL: https://github.com/grow/grow.dev
- Owner: grow
- Created: 2013-11-23T03:38:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:15:55.000Z (over 2 years ago)
- Last Synced: 2025-04-12T16:12:52.376Z (6 months ago)
- Topics: documentation, marketing, static-site-generator
- Language: JavaScript
- Homepage: https://grow.io
- Size: 3.22 MB
- Stars: 85
- Watchers: 12
- Forks: 36
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grow.dev
===========
[](https://circleci.com/gh/grow/grow.io)The documentation website for [Grow.dev](https://github.com/grow/grow).
## Developer setup
This project uses [Grow.dev](https://grow.dev), a static site generator.
### Prerequisites
At a minimum, you will need:
- [Pipenv](https://pipenv.pypa.io/en/latest/install/#installing-pipenv)
- [Node](https://github.com/nvm-sh/nvm#installing-and-updating)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
```bash
# 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.