From 98926042d248bdacdfd7a84e4d1dc933479b71f8 Mon Sep 17 00:00:00 2001 From: Toke Stuart Jepsen Date: Tue, 16 Jan 2024 10:16:33 +0000 Subject: [PATCH] Add build instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b238cd35..e6e2dfe6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ If you spot something incorrect or just think a page could do with some improvem 1. Make the changes to the relevant markdown file. 2. Make a PR documenting the changes. +## Build + +- Install Node.js https://nodejs.org/en/download +- `npm install -g yarn` +- `yarn add docusaurus --dev` +- `cd {ayon-doc-repo}/website` +- `yarn start` + ## Addons Every addon is resembled by a typescript or JSON file in `src/data/addons/data`.