This website is built using Docusaurus, a modern static website generator.
Refer here for complete documentation on installing Docusaurus: https://docusaurus.io/docs/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
.
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