how to get started:
git clone git@github.com: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