Skip to content

KingBael09/X-Shop

Repository files navigation

X-Shop

X-Shop

An open-source e-com application built using all new NextJS with React server components.

Warning This project is still in development and is not ready for production use.

Tech Stack

Running Locally

Make sure you have Node v18.0.0 or higher 1

  1. Install dependencies using pnpm:

    pnpm install
  2. Copy .env.example to .env and update the variables.

    cp .env.example .env.local
  3. Create local db

    pnpm db:push
  4. Start the development server:

    pnpm dev

Deploy on Vercel

You can easilly depoy with vercel:

Deploy with Vercel

Note that you'll need to:

Footnotes

  1. Prefer pnpm v8.7.6 or higher to install dependencies

  2. For deployment you'll need Turso (not required for local)