Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 483 Bytes

File metadata and controls

29 lines (20 loc) · 483 Bytes

jsonlines

Documentation for the JSON Lines text file format

Visit https://jsonlines.org

Development

Jekyll installation

Follow steps:

Bundle installation

bundle config set --local path 'vendor/bundle'
bundle install

Build and serve the site

# just build the website
bundle exec jekyll build

# build and serve the website on default port
bundle exec jekyll serve