Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tokejepsen committed Jan 16, 2024
1 parent 5c293a1 commit 9892604
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 9892604

Please sign in to comment.