Skip to content

FRC-Team-4143/FRC-Team-4143.github.io

Repository files navigation

MARS/WARS Software Docs

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

Local Development (Windows)

  • Ensure Node.js version is greater than 18.0 (check by running node -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

Build

This command generates static content into the build directory and can be served using any static contents hosting service.

npm run build

Remote Deployment

The site will auto deploy new content when there is a push/merge on main. Ensure your content builds before merging to main.

About

MARS/WARS Docs

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •