This website is built using Docusaurus, a modern static website generator.
-
Ensure
Node.js
version is greater than 18.0 (check by runningnode -v
)- Install the latest version here.
-
Add the
nodejs
direcotry to your PATH enviroment variable.- A restart may be required after updating.
set PATH=%PATH%;C:\Path\to\nodejs
-
Install docusaurus
npm install -g docusaurus npm install
-
Start the development server
- The site can now be viewed with changes made live at
http://localhost:3000/
npx docusaurus start
- The site can now be viewed with changes made live at
This command generates static content into the build
directory and can be served using any static contents hosting service.
npm run build
The site will auto deploy new content when there is a push/merge on main
. Ensure your content builds before merging to main.