Search posts, tags, users, and pages
Bhanu Teja Pachipulusu
Full-Stack Developer & Entrepreneur
Next.js has become my go-to framework for almost every project that I make. So, I made a starter template that I can just use and get started easily. In this article, I will show you how to use the starter template that I made and deploy it with Verc...
Tony Brown
American Space Ninja
Your app isn't working. I tried to log in with an email and Github authentications but both failed.
Hi Tony Brown
I just tried to login both through email and Github. They both seem to work.
Are you using the correct website? This is the demo URL - next-starter.bhanuteja.dev
Lucas Frutig
frontend
Niiice. tailwind 2 config is the same as older versions?
If you have been using config similar to the with-tailwindcss example repo, then PostCSS config is the same.
with-tailwindcss
In tailwind config, you have an extra darkMode: false option.
tailwind config
darkMode: false
You also need to add postcss 8 as a dependency.
postcss 8
Tony Brown
American Space Ninja
Your app isn't working. I tried to log in with an email and Github authentications but both failed.