Skip to content

omegat-org/omegat-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmegaT Website

This is the website for OmegaT, the best computer-assisted translation tool. You can access the actual website here: https://omegat.org/.

The website is built with Jekyll.

Development

An easy way to quickly test changes you've made to the website is to use docker as a local server. Navigate to the root folder of the project. You can build the image by running:

docker build -t omegat-site:dev .

If the build succeeds, you can then start a container by running:

docker run -p 4000:4000 omegat-site:dev

You can then access the website locally at localhost:4000 or http://127.0.0.1:4000

You can kill the server using the Ctrl + C shortcut in the CLI.