Skip to content

Commit 86dc887

Browse files
patch: next version (#10)
* fix: downgrade to next 14.2.25 for patched middleware issue * chore: install after patching next version * migrate: use pnpm * chore: sync deps * chore: update readme
1 parent cd63d4d commit 86dc887

File tree

5 files changed

+5586
-7947
lines changed

5 files changed

+5586
-7947
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ This project is a comprehensive meme management platform that allows users to se
3737
1. Clone the repository
3838
2. Install dependencies:
3939
```
40-
npm install
40+
pnpm install
4141
```
4242
3. Set up environment variables (for Clerk, UploadThing, and database connection)
4343
4. Run the development server:
4444
```
45-
npm run dev
45+
pnpm dev
4646
```
4747
5. Open [http://localhost:3000](http://localhost:3000) in your browser
4848

0 commit comments

Comments
 (0)