Kiranism / next-shadcn-dashboard-starter

Admin Dashboard Starter with Nextjs14 and shadcn ui
https://next-shadcn-dashboard-starter.vercel.app
MIT License
1.43k stars 302 forks source link

Run locally #4

Closed viictoorantonio closed 5 months ago

viictoorantonio commented 5 months ago

"How do I run this project locally? I see that you're using next-auth, but there doesn't seem to be any handling for local execution."

moharifhidayat7 commented 5 months ago

rename the env.example.txt to .env.local

viictoorantonio commented 5 months ago

It worked! Thank you very much.