Skip to content

MangoBoost/docs

Repository files navigation

Website

This website is built using Docusaurus, a modern static website generator.

Refer here for complete documentation on installing Docusaurus: https://docusaurus.io/docs/installation

Installation

If you haven't built the node_modules directory then you will need to run:

npm install

If you run into issues then likely your nodejs version needs to be updated, you can do this with:

sudo npm install -g n
sudo n latest
sudo n prune

Then retry npm install.

Development Server

You can start a development server that allows you to update and view the content in real-time.

cd llmboost/docs/website
npm run clear
npm run start

To test the static build you can use:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published