Skip to content

bitlayer-org/bitlayer-org.github.io

Repository files navigation

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