Start the server first.
cd server
pnpm dev
If you would like the server to automatically restart on code changes to the server, you can run it in watch mode.
pnpm watch
After the server is started, you can start the client.
cd client
pnpm install
pnpm dev