Node-Auth Clean Architecture Getting Started Clone repo git clone https://github.com/felipe-parra/node-auth.git Move to directory cd node-auth Install packages pnpm install Add your environment variables PORT=3000 Run project on development pnpm run dev