Skip to content

UWST-Robotics/DevilLib-Docs

Repository files navigation

DevilLib Docs

Public documentation for DevilLib - PROS library built and maintained by DevilBots for use in VURC/V5RC competitions.

https://docs.devilbots.org/

Running Locally

Prerequisites

Steps

  1. Clone the repository:
     git clone
  2. Navigate to the project directory:
     cd devillib-docs
  3. Install dependencies:
     npm install
  4. Start the development server:
     npm start

Deployment

The documentation site is automatically deployed to GitHub Pages whenever changes are pushed to the main branch. Once you've pushed changes to your own fork or branch, you can create a pull request to have them merged into the main repository.

Contributors