Skip to content

wohugb/ethereum-org

 
 

Repository files navigation

家园版本发布

建立状态 依赖状态

该存储库包含ethereum.org网站的家园版。

截图

条件

  • node
  • npm

安装

确保你已经安装了node.js和npm。

克隆存储库并安装依赖项

git clone https://github.com/ethereum/ethereum-org
cd ethereum-org
npm install
npm install -g grunt-cli

建立静态资源

grunt

运行

npm start

添加pm2支持

pm2 start pm2.json

请参阅http://localhost:3000上的界面

发布最新的主版到GitHub页面

git checkout gh-pages
git merge develop
grunt build
git commit -am "更新版本"
git push origin gh-pages

About

Ethereum Foundation website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.3%
  • JavaScript 6.2%
  • CSS 4.6%
  • Shell 3.5%
  • Python 0.4%