Jsonlines
Documentation for the JSON Lines text file format
Install / Use
/learn @wardi/JsonlinesREADME
jsonlines
Documentation for the JSON Lines text file format
Visit https://jsonlines.org
Development
Jekyll installation
Follow steps:
- https://jekyllrb.com/docs/installation/
- https://jekyllrb.com/docs
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
