Welcome to the Yana documentation!
The documentation site is built using Docusaurus 2 using the Yarn and Node.js.
You can install and build docs on Mac and Windows environments. The doc site is built on Docusaurus, which requires NodeJS and Yarn installed for your OS.
- Install Node.js
- Install Yarn
- Install Docusaurus to a temp location: yarn global add docusaurus-init. You can delete the temp project.
To preview your changes as you edit the files, you can run a local development server that will serve your website and reflect the latest changes.
With npm:
npm run start
With Yarn:
yarn run start