Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 499 Bytes

File metadata and controls

21 lines (15 loc) · 499 Bytes

scratch3-tello-docs

A repository of docs for scratch3-tello.

Built by Hugo and using Book theme.

Install

# clone (with submodule)
git clone --recurse-submodules https://github.com/kebhr/scratch3-tello-docs.git
cd scratch3-tello-docs

# if you already cloned without --recurse-submodules, run:
git submodule update --init --recursive

# run dev server
hugo server

# build
hugo