Root of the etheryo "eco-system".
backend | ||
frontend | ||
.gitattributes | ||
.gitignore | ||
README.md |
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