Skip to content

Commit

Permalink
npx is not really needed I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
compujuckel committed Mar 16, 2024
1 parent 10bf9c3 commit 5a030a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ $ npm install
### Local Development

```
$ npx docusaurus start
$ npm run docusaurus 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.

### Build

```
$ npx docusaurus build
$ npm run docusaurus build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

You can also serve it locally using `npx docusaurus serve`.
You can also serve it locally using `npm run docusaurus serve`.

0 comments on commit 5a030a4

Please sign in to comment.