You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ _(make sure you already have a [Vercel](https://vercel.com/) account)_
34
34
2. Fork the repository and clone the code to your local machine.
35
35
3. Run`npm install` in the repository root.
36
36
4. Run the command`vercel` in the root and follow the steps there.
37
-
5. Run the command`vercel dev` to start a development server at<https://localhost:3000>.
38
-
6. The cards will then be available from this local endpoint (i.e.`https://localhost:3000/api?username=anuraghazra`).
37
+
5. Run the command`vercel dev` to start a development server at<http://localhost:3000>.
38
+
6. The cards will then be available from this local endpoint (i.e.`http://localhost:3000/api?username=anuraghazra`).
39
39
40
40
>[!NOTE]\
41
41
>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, seehttps://github.com/jest-community/vscode-jest/issues/912.