Skip to content

Commit cd8f82a

Browse files
docs: change local server command to npm run dev
1 parent b2f4024 commit cd8f82a

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
@@ -11,6 +11,6 @@ npm install
1111

1212
Run local server:
1313
```
14-
./node_modules/.bin/astro dev --host 0.0.0.0
14+
npm run dev
1515
```
1616

0 commit comments

Comments
 (0)