From 2cceb8117f98d464f20f8bfbc0b49d72e5b9258f Mon Sep 17 00:00:00 2001 From: Nayan Sawyer <33187059+GShadow5@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:49:53 -0400 Subject: [PATCH] update readme with next steps --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5387fba..4e7fb9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,14 @@ ## Setup steps -1. `bun create next-app webapp-template` -2. `bun add -D prettier prettier-plugin-tailwindcss eslint-config-prettier` -3. Add `.prettierrc` file -4. Add `.prettierignore` file \ No newline at end of file +0. Completed + 1. `bun create next-app webapp-template` + 2. `bun add -D prettier prettier-plugin-tailwindcss eslint-config-prettier` + 3. Add `.prettierrc` file + 4. Add `.prettierignore` file + 5. Add prettier to `.eslintrc.json` file + 6. Add prettier scripts to `package.json` file + 7. Add shadcn with `bun x shadcn@latest init` +1. For a new project + 1. Add a database like convex + 2. Add authentication with convex auth, clerk, workos \ No newline at end of file