Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 360 Bytes

reza-todd-final

how to get started: git clone [email protected]:fac31/reza-todd-final.git

navigate to the directory: cd reza-todd-final

create a .env file in the root directory and add the following:

PORT=your_port_number

install dependencies pnpm install

run the app pnpm start

run the app in dev mode pnpm dev

run the tests pnpm test