Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 393 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 393 Bytes

Bitlayer docs

Edit

git clone [email protected]:bitlayer-org/bitlayer-org.github.io.git 
cd bitlayer-org.github.io
git checkout -b main origin/main

# edit docs locally

Preview locally

just skip this step if preview locally is not needed.

yarn start

Publish

cd bitlayer-org.github.io
git add .
git commit -m"update doc"
git push

# auto publish