This repository is the source for Rack Robotics documentation.
-
Install Git if necessary: git-scm.com.
-
Open Terminal, Command Prompt, or Powershell.
-
Pick a location to store the docs, and use cd to navigate there.
-
Clone this repository:
git clone https://github.com/Rack-Robotics/docs.git
-
Open the code in your favorite code editor. We like Visual Studio Code.
-
Install Hugo if necessary: gohugo.io.
-
Run the Hugo server:
hugo server
-
Open your browser and navigate to
http://localhost:1313
.