- Clone repo
- Run
pnpm i
- Change the example env file to
.env
- In the
.env
put your traefik http api server address and port
To run the app run:
pnpm run run:dev
- If you get an error saying that the port is been use you can run
lsof -ti :4001 | xargs kill -9
to kill the process running in that port.