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 install
Then boot the dev server:
npm start
Changes 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.