Skip to content

Commit

Permalink
Merge pull request #120 from tokejepsen/build_instructions
Browse files Browse the repository at this point in the history
Add build instructions
  • Loading branch information
m-u-r-p-h-y authored Jan 16, 2024
2 parents 7aeaab3 + 9892604 commit b772a97
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 b772a97

Please sign in to comment.