Skip to content

An highly interactive todo app built on next app router and trpc

Notifications You must be signed in to change notification settings

Saga-sanga/todo-trpc

Repository files navigation

TODO App

A Todo App created to learn Next.js 13, TRPC and Drizzle ORM.

Prerequisites

Make sure you have the following installed in your system:

Getting Started

  • Make a fork of the repo
  • Clone your forked repo locally git clone <repo_link>
  • cd into the cloned directory
  • Run cp .env.example .env.local and set up env variables
  • Run pnpm install to install all the dependencies
  • Create an upstream to the main repo git remote add upstream https://github.com/Saga-sanga/todo-trpc.git
  • To update your fork with the main repo run git pull upstream main. Make sure you update your repo regularly to keep up with the main repo.
  • Create a new branch git checkout -b <branch_name>
  • Run pnpm dev and start developing

Built with

buy-me-a-coffee

Want to show your support? Buy me a coffee

Buy Me A Coffee

About

An highly interactive todo app built on next app router and trpc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published