Look, if you had one shot or one opportunity To seize everything you ever wanted in one moment Would you capture it or just let it slip? Yo
- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
- Install Vercel CLI:
npm i -g vercel- Login to Vercel:
vercel login- Deploy:
vercelFollow the prompts. For the first deployment, it will ask you to link the project. After that, you can use vercel --prod to deploy to production.
- Push your code to a GitHub repository
- Go to vercel.com
- Click "New Project"
- Import your GitHub repository
- Vercel will auto-detect Next.js and deploy automatically
That's it! Your site will be live at a URL like your-project-name.vercel.app (this project: spaghetticloset.com).
- Next.js 14, React 18, TypeScript
- Plain HTML/CSS (no Tailwind)
- Vitest + React Testing Library for tests
- Supabase (DB + Auth). See docs/SUPABASE_AND_VERCEL_SETUP.md for what to configure in Supabase and Vercel and why.