kitloong / nextjs-dashboard

A Next.JS boilerplate with the famous Open Source Boostrap Admin Template, CoreUI.
https://nextjs-dashboard-olive.vercel.app
MIT License
563 stars 215 forks source link

Any idea why the Vercel app is down? Why `pnpm`? #21

Closed pranavr2003 closed 6 months ago

pranavr2003 commented 7 months ago

:( I wanted to have a look at a live preview before trying this out.

Also, it doesn't seem like clicking any other menu item on the side menu is working. The hrefs are all pretty much #. Is there any reason why this is done in this theme?

I'm aware CoreUI's Nextjs template isn't free, so is this all a workaround to make it 'open-sourceable'?

kitloong commented 7 months ago

Hi @pranavr2003

The app is not down, it is working as intended. I have only set up the basic structure of the admin dashboard, with only login, register and a few pages for boilerplate use.

For the other components I mostly rely on the Bootstrap default styling, that's why the links from the sidebar are mostly not linkable.

Sorry for just dropping a link, but I believe this article explains pnpm better than I can https://medium.com/pnpm/why-should-we-use-pnpm-75ca4bfe7d93

pranavr2003 commented 7 months ago

@kitloong thanks. However, a few things aren't working. For instance, HeaderNotificationNav. When I register (based on what I understand from the code), it should login and show a notif on top saying "User registered". That doesn't work. Or am I getting the code wrong? I'm not a frontend guy btw, but I'm having to work with it atm

kitloong commented 6 months ago

Hi @pranavr2003 ,

The dashboard template serves as a static boilerplate, the mentioned feature is not implemented.

pranavr2003 commented 6 months ago

Ah got it. Thanks