Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc79fc99

Browse files
docs(contributing): change protocol from HTTPS to HTTP in local development section (anuraghazra#3426)
Co-authored-by: Swarnendu <clickswarnendu123@gmail.com>
1 parent6bcc98d commitc79fc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ _(make sure you already have a [Vercel](https://vercel.com/) account)_
3434
2. Fork the repository and clone the code to your local machine.
3535
3. Run`npm install` in the repository root.
3636
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`).
3939

4040
>[!NOTE]\
4141
>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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp