This repository contains documentation renderer and associated tooling behind docs.placeos.com. It builds on Docusaurus 2.
The content this renders can be found within PlaceOS/docs.
After cloning, install dependancies (including the latest content):
npm installThen boot the dev server:
npm startChanges will live-reload.
Deployment is automated.
Commits to default branch will trigger a new build to the primary domain.
PR's each receive their own preview URL ahead of deployment.