etheryo/README.md

18 lines
No EOL
203 B
Markdown

# 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
```