Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 687 Bytes

File metadata and controls

17 lines (11 loc) · 687 Bytes

GiellaLT documentation

This is the repository for the site giellalt.github.io. It contains technical and developer documentation for everything related to the GiellaLT infrastructure, linguistic work using this infrastructure, keyboard, proofing tools and machine translation development, and much more.

Feel free to fork and send us pull requests with improvements and corrections.

Run the site on your own machine

To test during development, you can start a web server like this:

bundle install
bundle exec jekyll serve

The site can be accessed on http://localhost:4000 after it has built (takes more than 90 seconds on an M2 mac).