changed the local development command in readme

This commit is contained in:
Nate Mergler 2025-03-08 00:15:00 -05:00
parent 406bd461e3
commit d09ecd6354

View file

@ -11,8 +11,7 @@ $ npm i
### Local Development
```
$ cd packages/docusaurus/
$ npm run dev
$ npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.