# Etheryo website Root of the etheryo "eco-system". Install the following: ```bash pacman -S npm go ``` And run the following: ```bash cd frontend npm run dev ``` ```bash cd backend go run main.go ```