dependencies:
copy .env.example into a .env file and add the protected secrets
cp .env.example .env
for local development
# server
npm run cock # starts database
npm run dev
# when ur done
npm run cock:stop
see package.json for other relevant scripts
This is a T3 Stack project bootstrapped with create-t3-app
.