Skip to content

Commit fdebe65

Browse files
authored
simplify dev command
1 parent abba74e commit fdebe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
55
First, run the development server:
66

77
```bash
8-
npx concurrently "pnpm run dev" "npx tailwindcss -i ./src/styles/src/input.css -o ./src/styles/output.css --watch"
8+
pnpm run dev
99
```
1010

1111
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)