Install the application dependencies:
bun install
Run the command:
bun dlx replicache@latest get-license
Then, add your key to your .env.local
file.
REPLICACHE_LICENSE_KEY=your-license-key-here
Run the Drizzle push command:
bun push
Run the command:
bun dev
Open http://localhost:3000 with your browser to see the result.
This is a T3 Stack project bootstrapped with create-t3-app
.