In this Recommendation, the expression "Administration" is used for conciseness to indicate both a telecommunication administration and a recognized operating agency.
Compliance with this Recommendation is voluntary. However, the Recommendation may c
chicio.github.io -
我的个人网站是使用github页面创建的。
安装
要在本地运行我的网站,您需要安装以下软件:
节点
Ruby(版本应为使用的版本)
您可以通过从此仓库的根目录启动以下命令来进行项目设置:
npm run setup
然后,您可以使用此仓库根目录中的以下命令在本地构建和启动我的网站:
npm run build
npm run start
如果要构建站点的调试版本,请从此存储库的根目录运行以下命令:
npm run debug
npm run