⚠️ For committing your work usepnpm commit
command!
⚠️ Ensure you're usingnode@lts
andpnpm@latest
!
Clone the repo
git clone [email protected]:BogdanGuyAvrahamCom/inner-child.git
Cd into it and install dependencies
cd inner-child
pnpm i
pnpm db:generate
Create .env
and fill the necessary values.
To start the trpc server run
pnpm dev:server
To start the mobile application (in parallel) run
pnpm dev:app:ios
or
pnpm dev:app:android