Skip to content

PlanterApp/planter_docs

Repository files navigation

Netlify Status Better Uptime Badge

Documentation site for Planter

View live documentation website

Stack

Built with Hugo, with the Doks theme. Deployed on Netlify.

Running locally

Requirements

  • Git — latest source release
  • Node.js — latest LTS version or newer
Why Node.js?

Doks uses npm (included with Node.js) to centralize dependency management, making it easy to update resources, build tooling, plugins, and build scripts.

Get started

1. Download repository

git clone https://github.com/percula/planter_docs.git planter_docs && cd planter_docs

2. Install dependencies

npm install

3. Start development server

npm run start