Skip to content

Commit

Permalink
feat: updating local dev info on README
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende committed Jun 16, 2023
1 parent 197c3e8 commit 0e01efd
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 @@ -4,6 +4,6 @@ This documentation uses [Nextra](https://nextra.site/) and [NextJS](https://next

## Local Development

1. You need to install [NodeJS](https://nodejs.org/en) >= 16 and [PNPM](https://pnpm.io/).
2. Run `pnpm i` to install the dependencies.
3. Run `pnpm dev` to start the development server and visit `http://localhost:3000` .
1. You need to install [NodeJS](https://nodejs.org/en) >= 16.
2. Run `npm i` to install the dependencies.
3. To run Docs, you can use the command `npm run dev:docs`. To run Specs, you can use the command `npm run dev:specs`. The default development server URL is `http://localhost:3000` but if for some reason it's used by other application, the console will display on which port the server is started.

0 comments on commit 0e01efd

Please sign in to comment.