Setting Up
Steps​
Local​
Install node.js and yarn.
Clone the documentation repository.
git clone https://github.com/llama-bot/llama-bot-docs
Install dependencies.
yarn install
Test locally. Live edit is supported.
yarn start
Deployment​
- Follow the instructions from docusaurus