Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 836 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 836 Bytes

Rack Robotics Documentation

This repository is the source for Rack Robotics documentation.

Local Development

Getting Started

  1. Install Git if necessary: git-scm.com.

  2. Open Terminal, Command Prompt, or Powershell.

  3. Pick a location to store the docs, and use cd to navigate there.

  4. Clone this repository:

    git clone https://github.com/Rack-Robotics/docs.git
  5. Open the code in your favorite code editor. We like Visual Studio Code.

  6. Install Hugo if necessary: gohugo.io.

  7. Run the Hugo server:

    hugo server
  8. Open your browser and navigate to http://localhost:1313.