A Todo App created to learn Next.js 13, TRPC and Drizzle ORM.
Make sure you have the following installed in your system:
- 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
Want to show your support? Buy me a coffee