Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 894 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 894 Bytes

Stakeworld.io website

This website is build using Docusaurus 3 and deployed on github. You can try stackblitz for a test run.

deploy

# Install nvm & yarn
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install --lts
npm install -g yarn
# Clone the repo
cd /opt/
git clone [email protected]:stakeworld/stakeworld-website.git`
# Update packages
cd stakeworld-website
yarn
# Serve a development deployment
yarn start
./scripts/serve.sh # to serve a development copy
./scripts/build.sh # to build a local copy
./scripts/deploy.sh # to deploy to gh-pages