Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBhate authored Jun 8, 2024
1 parent e9bf60d commit 0161cf3
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,3 @@ Key Features:
- You will be able to control which products are "featured" so they show on the homepage!
- You will be able to see your orders, sales, etc.
- You will be able to see graphs of your revenue etc.
- You will learn Clerk Authentication!
- Order creation
- Stripe checkout
- Stripe webhooks

### Prerequisites

**Node version 14.x**

### Cloning the repository

```shell
git clone https://github.com/AdityaBhate/CMS-for-Ecommerce-Stores
```

### Install packages

```shell
npm i
```

### Setup .env file

### Connect to PlanetScale and Push Prisma

```shell
npx prisma generate
npx prisma db push
```

### Start the app

```shell
npm run dev
```

## Available commands

Running commands with npm `npm run [command]`

| command | description |
| :------ | :--------------------------------------- |
| `dev` | Starts a development instance of the app |

0 comments on commit 0161cf3

Please sign in to comment.