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
2. Fork the repository and clone the code to your local machine.
35
35
3. Run `npm install` in the repository root.
36
-
4. Run the command "vercel" in the root and follow the steps there.
36
+
4. Run the command `vercel` in the root and follow the steps there.
37
37
5. Open `vercel.json` and set the maxDuration to 10.
38
38
6. Create a `.env` file in the root of the directory.
39
-
7. In the .env file add a new variable named "PAT_1" with your [GitHub Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).
40
-
8. Run the command "vercel dev" to start a development server at <https://localhost:3000>.
39
+
7. In the .env file add a new variable named `PAT_1` with your [GitHub Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).
40
+
8. Run the command `vercel dev` to start a development server at <https://localhost:3000>.
41
+
9. The cards will then be available from this local endpoint (i.e. `https://localhost:3000/api?username=anuraghazra`).
42
+
43
+
> **Note**
44
+
> 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.
0 commit comments