Skip to content
/ jp Public
forked from jhipster/jp

Japanese version of the jhipster.tech website

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

hide212131/jp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JHipsterの公開Webサイト のソースです

Note:スタイルを変更する場合は、css/scss以下にある.scssファイルを更新し、npm run sassを実行してCSSを生成してください。CSSを直接更新しないでください。

このWebサイトはGitHub Pagesでレンダリングされています。

ローカルで実行する場合は以下のとおりです。

  • ここをForkして リポジトリを作成し、あなたのファイルシステムにクローンします
  • Jekyllをインストールしてください
  • 初めての場合は、npm install && bundle installを実行します
  • システムディレクトリへのインストールを避けたい場合は、代わりにbundle install --path vendor/bundleによってvendorディレクトリにインストールします
  • Mac OSでnokogiriのインストールがうまくいかない場合は、bundle config build.nokogiri -use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2 を試してください
  • リポジトリをクローンしたフォルダで bundle exec jekyll serve または npm start を実行します
  • http://localhost:4000 からアクセスできるようになります

(Windows環境では推奨)DockerとDocker-Composeで実行する場合は以下のとおりです。

  • ここをForkして リポジトリを作成し、あなたのファイルシステムにクローンします
  • docker-compose upを実行します
  • http://0.0.0.0:4000 からアクセスできるようになります

About

Japanese version of the jhipster.tech website

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.5%
  • CSS 14.2%
  • HTML 12.2%
  • SCSS 8.1%