Skip to content

Commit

Permalink
Update readme command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi authored Oct 24, 2024
1 parent 30f02ae commit 364e1d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ It correctly bundles the Next.js app and optimizes the build for the best perfor

#### `yarn start`

Starts the Next.js app in production mode.<br />
Starts the Next.js app in production mode using the built-in Next.js server.<br />

#### `yarn start-server`

Starts the Next.js app in production mode using a Node.js server.<br />

#### `yarn test`

Expand Down

0 comments on commit 364e1d1

Please sign in to comment.