Skip to content

Commit

Permalink
feat: updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende committed Oct 11, 2023
1 parent 0f86285 commit e90a8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.
- You may be able to install it using your package manager, e.g. `sudo apt install nodejs` or `brew install node`.
- You may be able to install it using your package manager, e.g. `sudo apt install nodejs` or `brew install node`.
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 another application, the console will display on which port the server has been started.
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`. Community docs development will also be available by running `npm run dev:community`. The default development server URL is `http://localhost:3000` but if for some reason it's used by another application, the console will display on which port the server has been started.

0 comments on commit e90a8de

Please sign in to comment.