Skip to content

arcana-network/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.

make sure you have node, python and npm installed on your system.

cd bitlayer-org.github.io
npm ci
npm run build
cd build
python -m SimpleHTTPServer 8000  # python3 -m http.server 8000
# http://127.0.0.1:8000

Publish

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

# auto publish

About

Update Bitlayer docs with Arcana Auth documentation and links

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • CSS 16.2%
  • HTML 4.1%