Skip to content

Latest commit

 

History

History
 
 

apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

recast-navigation-docs

Documentation for recast-navigation-js.

Building

As a prerequisite, you will need to have node and yarn installed.

# install dependencies
yarn

# build the docs
yarn build

# (optional) serve the docs locally
npx http-server ./dist