Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 232 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 232 Bytes

Loom SDK Docs site

Files to file generate the new Loom SDK doc site at https://loomx.io/developers

Usage

cd website
# first time setup
yarn
# rebuild site after changing docs/*.md
yarn build
# run locally
yarn start