1
0
Fork 0
llama-bot-docs/docs/5-docs/2-setting-up.md

490 B

Setting Up

Steps

Local

  1. Install node.js and yarn.

  2. Clone the documentation repository.

    git clone https://github.com/llama-bot/llama-bot-docs
    
  3. Install dependencies.

    yarn install
    
  4. Test locally. Live edit is supported.

    yarn start
    

Deployment

  1. Follow the instructions from docusaurus