Skip to content

scalajp/scalajp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalajp

Web Site for ScalaJP

To Update ScalaJP Web Site

Since the contents of https://jp.scala-users.org is under this repository, anyone can send pull requests to fix/modify the contents.

  1. Install gems. Using bundler is recommended.

    $ bundle install

  2. Modify contents.

  3. Start jekyll and confirm the result of modification. In default, you can see the result by http://localhost:4000

    $ bundle exec jekyll serve

  4. If there are no problems, send the pull request.