Landing page for the Idea Machine desktop application.
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run build
npm startThe site can be deployed to Vercel, Netlify, or any other Next.js hosting platform.