This is a Next.js project using Tailwind CSS.
- Node.js (v18 or higher recommended)
- npm
If you haven't installed dependencies yet:
npm installTo start the development server:
npm run devOpen http://localhost:3000 in your browser.
To build the optimized application:
npm run buildTo start the production server after building:
npm startThis happens if your terminal is open in a folder that was deleted. Fix:
- Go back one step:
cd .. - Or navigate to the project folder again:
cd "/Users/shiva/Ratan mahal"