Skip to content

Job-Unicorn/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Unicorn Documentation

Getting Started

Clone the repository

git clone git@github.com:Job-Unicorn/docs.git

or if you are using http instead of ssh:

git clone https://github.com/Job-Unicorn/docs.git

Install dependencies

Install Rust from here Rustup.

Install mdbook

cargo install mdbook

Build the documentation

mdbook build

Open the documentation

mdbook serve