Doks uses npm to centralize dependency management, making it [easy to update]({{<relref"how-to-update">}}) resources, build tooling, plugins, and build scripts:
-[Node.js](https://nodejs.org/) — latest LTS version or newer
- Download and install [Node.js](https://nodejs.org/)(it includes npm) for your platform.
{{<details"WhyNode.js?">}}
Doks uses npm (included with Node.js) to centralize dependency management, making it [easy to update]({{<relref"how-to-update">}}) resources, build tooling, plugins, and build scripts.
{{</details>}}
## Start a new Doks project
@@ -25,25 +28,32 @@ Create a new site, change directories, install dependencies, and start developme
### Create a new site
Doks is available as a child theme, and a starter theme:
Doks is available as a child theme and a starter theme.
- Use the Doks child theme, if you do __not__ plan to customize a lot, and/or need future Doks updates.
- Use the Doks starter theme, if you plan to customize a lot, and/or do __not__ need future Doks updates.