Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 469 Bytes

NLU Documentation

We welcome you to contribute to NLU documentation hosted inside en/ directory. All the files are in Markdown format.

Install

You need to install Jekyll

Development

For development purposes, you need to have bundle and Gem installed on your system. Please run these commands:

bundle update
bundle install
bundle exec jekyll serve

# Server address: http://127.0.0.1:4000