Skip to content

JsonSchema-JavaUI/jsonschema-javaui.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is the source of SF Java UI's public Web site.

This Web site is rendered with GitHub pages.

To run this locally

  • Fork this repo and clone to your file system
  • Install Jekyll
  • Run bundle install if you are running it for the first time
  • Run bundle exec jekyll serve in the cloned repo folder
  • you will be able to access the site at http://localhost:4000

Or with Docker (recommended way on Windows)

  • Fork this repo and clone to your file system
  • docker container run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 4000:4000 jekyll/jekyll:pages bundle exec jekyll serve
  • or on Windows: docker container run --rm --label=jekyll --volume=%CD%:/srv/jekyll -it -p 4000:4000 jekyll/jekyll:pages bundle exec jekyll serve
  • you will be able to access the site at http://localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published