Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 421 Bytes

Instalation

  1. Clone repo
  2. Run pnpm i
  3. Change the example env file to .env
  4. In the .env put your traefik http api server address and port

Run the App

To run the app run:

pnpm run run:dev

The app will be available at you localhost port 4001

  • 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.