al1abb / invoify

An invoice generator app built using Next.js, Typescript, and Shadcn
https://invoify.vercel.app
MIT License
369 stars 72 forks source link

[BUG] - Not a bug - Installation steps missed something #245

Closed skeeperloyaltie closed 5 months ago

skeeperloyaltie commented 7 months ago

image

Just an error am getting on running npm run dev

al1abb commented 7 months ago

The command next start starts the app in production mode. But to make it work you have to build the application using next build command first. Command npm run dev should work fine for development.

You can find more information about next start here: Next.js docs

skeeperloyaltie commented 6 months ago

image still getting the above error

al1abb commented 6 months ago

For npm build command to work, I believe you need to write npm run build instead of npm build