Root of the etheryo "eco-system".
Find a file
2025-06-05 00:12:22 +02:00
backend Backend: config now asks for more information (root url, port, photopath...). Automatically creating compressed in the same folder. Removed FileServer. 2025-06-01 22:53:14 +02:00
frontend Frontend: Added some responsiveness. 2025-06-05 00:12:22 +02:00
.gitattributes Refactoring: made the server run on its local port. 2025-04-29 23:20:16 +02:00
.gitignore Added some gitignore rules. 2025-06-01 19:36:10 +02:00
README.md Refactoring: Moving frontend to its separated folder, and created basic backend in golang. 2025-04-29 23:18:50 +02:00

Etheryo website

Root of the etheryo "eco-system". Install the following:

pacman -S npm go

And run the following:

cd frontend
npm run dev
cd backend
go run main.go