git clone <repository_url> <desired_folder_name>
git remote set-url origin <new_repository_url>
- pos: react vite app create by doing
npm create vite@latest post -- --template react-ts
- api: fastify API with TRPC
- api-type: exports AppRouter from TRPC and any other custom type that needs to be shared
- config: base typescript config
- db: prisma config, schema and migrations.
- apps/api Deployed to Railway with
pnpm run api:build
pnpm run api:start