bellshade website
1.0.0
Visit: Bellhade.org
It is recommended to do fork and clone repository fork results. If you do not make a contribution to this repo please just clone.
Cloning this repository first.
# ssh
git clone [email protected]:bellshade/bellshade-website.git
# https
git clone https://github.com/bellshade/bellshade-website.gitInstall the required package by running
npm installDoing local build enough to run
npm run build Can use serve to see the build results.
npx serve dist/ -p 3000npm run devDon't forget to change the GitHub Pages settings by changing Branch
mainto Branchgh-pages.
npm run deployBe careful to maintain in using this script. Discuss in advance to do it.
npm run deploy:maintainer