This is a Next.js project built as an example to show how to build forms with tRPC.
- Setup environment variables:
cp .env.template .env
vi .env
- Initialize the database:
pnpm db:push
- Run the development server:
pnpm dev
- Open http://localhost:3000 with your browser.
This project is licensed under the MIT License.
Copyright © 2023 Angelo Geulin