- Install pnpm to handle dependencies https://pnpm.io/installation
- Create and configure .env files in both server and ui folder. You can make use of the .env.example files.
pnpm i #Installs all dependencies
pnpm db #Run db migrations
pnpm start #Start the server
pnpm i #Installs all dependencies
pnpm dev #Start the client