Skip to content

Commit

Permalink
docs(contributing): change protocol from HTTPS to HTTP in local devel…
Browse files Browse the repository at this point in the history
…opment section (#3426)

Co-authored-by: Swarnendu <[email protected]>
  • Loading branch information
kafkaidk and Swarnendu0123 authored Oct 26, 2023
1 parent 6bcc98d commit c79fc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ _(make sure you already have a [Vercel](https://vercel.com/) account)_
2. Fork the repository and clone the code to your local machine.
3. Run `npm install` in the repository root.
4. Run the command `vercel` in the root and follow the steps there.
5. Run the command `vercel dev` to start a development server at <https://localhost:3000>.
6. The cards will then be available from this local endpoint (i.e. `https://localhost:3000/api?username=anuraghazra`).
5. Run the command `vercel dev` to start a development server at <http://localhost:3000>.
6. The cards will then be available from this local endpoint (i.e. `http://localhost:3000/api?username=anuraghazra`).

> [!NOTE]\
> You can debug the package code in [Vscode](https://code.visualstudio.com/) by using the [Node.js: Attach to process](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_setting-up-an-attach-configuration) debug option. You can also debug any tests using the [VSCode Jest extension](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest). For more information, see https://github.com/jest-community/vscode-jest/issues/912.
Expand Down

0 comments on commit c79fc99

Please sign in to comment.