Skip to content

YanaChat/Documentation

Repository files navigation

Yana Documentation

Welcome to the Yana documentation!

The documentation site is built using Docusaurus 2 using the Yarn and Node.js.

Installation

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.

  1. Install Node.js
  2. Install Yarn
  3. Install Docusaurus to a temp location: yarn global add docusaurus-init. You can delete the temp project.

Running the development server

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