Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 695 Bytes

File metadata and controls

35 lines (26 loc) · 695 Bytes

Code the Change - Action4Humanity

set up

dependencies:

copy .env.example into a .env file and add the protected secrets

cp .env.example .env

get started

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

t3

This is a T3 Stack project bootstrapped with create-t3-app.