Skip to content
/ cn Public
forked from jhipster/cn

中文官方版本, 由社区维护

License

Notifications You must be signed in to change notification settings

kassadin/cn

 
 

Repository files navigation

JHipster官方网站 (jhipster.tech/cn)

这是JHipster的官方中文网站,为JHipster团队和JHipster中国社区的合作而服务。 本地运行

  • 派生仓库并且克隆到本地文件系统
  • 安装Jekyll
  • 第一次运行,执行bundle install
  • 不想安装到系统路径中, 安装到指定路径: bundle install --path vendor/bundle
  • 在MacOS系统, 如果安装nokogiri遇到了问题, 尝试: bundle config build.nokogiri --use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2
  • 在克隆仓库的文件夹运行bundle exec jekyll serve
  • 打开http://0.0.0.0:4000 可以访问站点

或者使用Docker与Docker-Compose (Windows系统推荐)

About

中文官方版本, 由社区维护

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.6%
  • CSS 14.6%
  • HTML 11.3%
  • SCSS 8.5%