Skip to content

mdkaraman/spaghetti_closet

Repository files navigation

Spaghetti Closet

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

Local Development

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Deploy to Vercel

Option 1: Deploy via Vercel CLI (Recommended)

  1. Install Vercel CLI:
npm i -g vercel
  1. Login to Vercel:
vercel login
  1. Deploy:
vercel

Follow 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.

Option 2: Deploy via GitHub

  1. Push your code to a GitHub repository
  2. Go to vercel.com
  3. Click "New Project"
  4. Import your GitHub repository
  5. 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).

Tech Stack

  • 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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors