bellshade website
1.0.0
访问:bellhade.org
建议做叉子和克隆储存库结果。如果您不为此存储库做出贡献,请克隆。
首先克隆此存储库。
# ssh
git clone [email protected]:bellshade/bellshade-website.git
# https
git clone https://github.com/bellshade/bellshade-website.git通过运行安装所需的软件包
npm install进行本地构建足以运行
npm run build可以使用serve查看构建结果。
npx serve dist/ -p 3000npm run dev不要忘记通过将分支
main更改为分支gh-pages来更改GitHub页面设置。
npm run deploy请小心使用此脚本。事先讨论。
npm run deploy:maintainer