Taslonic的网站 贡献 安装 。 下载“推荐给大多数用户”版本。 克隆仓库: git clone git@github.com:glorious-codes/glorious-taslonic-website.git 转到项目目录 cd glorious-taslonic-website 安装项目依赖项 npm install 如果您只想构建项目,请运行: npm run build 否则,运行: npm run start 该应用程序将在http://localhost:9000 。 测验 确保您添加的所有代码都包含在单元测试中: npm run test 您可以选择在运行测试后生成覆盖率报告: npm run test -- --coverage