Skip to content

🔖 1.0 Release

Compare
Choose a tag to compare
@johnpaulbin johnpaulbin released this 27 Nov 19:51
· 22 commits to main since this release
1140ebe

Dot Translate 1.0 Release


Startup Dot Translate with just 4 simple commands:

git clone https://github.com/dothq/translate.git
cd translate/
sudo docker build -t translate .
sudo docker run -d -p 3000:3000 translate