Tasker / Blog Post

Actual setup of tasker

August 3, 2026

Talking about starting a new project

tasker
webdev

Hey there again kind reader! This time I'm talking about how confusing it is to me to start a new project.

Like how do you get to a point where you know how to start a project. Like I have NO CLUE what type of packages I should have installed or whatever so I just asked AI. And here's the commands that it gave me start my project:

npx create-next-app@latest my-task-pwa --typescript --tailwind --eslint --app --src-dir
npm install drizzle-orm @electric-sql/pglite lucide-react clsx tailwind-merge
npm install -D drizzle-kit @ducanh2712/next-pwa

BUT it turns out the last command was spelt wrong by the AI! its actually @ducanh2912/next-pwa instead of @ducanh2712/..., AND when I got the error and asked the AI wassup, it told me that there's a better package!

npm install -D drizzle-kit @serwist/next

So installed that one, and I asked it to rate my stack. It gave me a 9/10 rating. idek what I'm doing.

Well, wish me luck as I start doing this whole journey of learning again!


previous