tren/README.md
ngn 61c2d99ec2
fix image in readme
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-05 10:01:38 +03:00

871 B

tren - frontend for tureng.com

privacy and freedom respecting web frontend for tureng.com, written in Go

running with docker

following command with start the web application on port 8080:

docker run -d -p 8080:8080 git.ngn.tf/ngn/tren:latest

repository also contains an example compose file, which you can copy to run the application with docker-compose

building from source

in other to build from source, you'll need the following programs:

  • git
  • GNU make
  • go
  • sassc

after installing these programs, run the following commands to clone the repository and build the web application from the source

git clone https://git.ngn.tf/ngn/tren
cd tren
make