Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for better build #283

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ 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.

## Run Development Server - [docusaurus](https://docusaurus.io/docs/installation#running-the-development-server)

Install Node.js https://nodejs.org/en/download

`cd website`
`npm install`
`npm start`

## Build

- Install Node.js https://nodejs.org/en/download
- `npm install -g yarn`
- `yarn add docusaurus --dev`
- `cd {ayon-doc-repo}/website`
- `yarn start`
`cd website`
`npm build`

## Addons

Expand Down