-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: main
Are you sure you want to change the base?
Conversation
Hope you don't mind me asking a stupid question - but what's the difference between What I want is to be able to run the docs live as I edit them, which one should I use? |
That would be start.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the new steps didn't work on my side.
and I had to do the following:
configuration:
npm install -g yarn # run once in any place
cd {ayon-doc-repo}/website
yarn add docusaurus --dev # run once in website directory
run live from server
cd {ayon-doc-repo}/website
yarn start
Fixed. added |
@Innders I think here we should choose whether to use NPM or Yarn. In the current main branch, the
I tend to use Yarn because Docusaurus was built by Facebook, so the build instructions would be (remove
Note: I had build issues when using NPM with Also note that Yarn can be "enabled" by using Corepack (experimental):
|
No description provided.