Skip to content

Commit

Permalink
[skip deploy] Merge pull request #202 from mobeigi/update-readme-comm…
Browse files Browse the repository at this point in the history
…ands

[skip deploy] Update readme command descriptions
  • Loading branch information
mobeigi authored Oct 24, 2024
2 parents 631fa35 + 364e1d1 commit f6fc91d
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 f6fc91d

Please sign in to comment.