Skip to content

Commit 6085f34

Browse files
authored
docs: delete manual typescript install step in Vercel "Build & Output Settings" (#951)
1 parent 77565ec commit 6085f34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ If your language is missing, you can contribute a new translation by following t
349349
This project is open-source and distributed under the MIT License. You are free to use, modify, and distribute it, subject to the terms of the license. For more details, see the [`LICENSE`](./LICENSE) file.
350350

351351
## Deploy on Vercel
352-
You can host your own instance of the GitHub Readme Profile API on Vercel. This gives you full control over the endpoint and allows you to customize the behavior or add new features.
352+
You can host your own instance of the GitHub Readme Profile on Vercel. This gives you full control over the endpoint and allows you to customize the behavior or add new features.
353353

354354
1. **Sign up / log in** at [vercel.com](https://vercel.com) using your GitHub account.
355355
2. **Fork** this repository to your GitHub account.
@@ -358,7 +358,6 @@ You can host your own instance of the GitHub Readme Profile API on Vercel. This
358358
- Click “Add New…” → “Project”.
359359
- Import your forked repository.
360360
- Add an environment variable named `GH_TOKEN` with your personal access token as its value.
361-
- In the **Build & Output Settings**, enable the install command and add `npm install typescript` (this ensures TypeScript dependencies are installed).
362361
5. **Deploy** – Vercel will automatically build and deploy your instance. Once finished, you will get a unique URL (e.g., `https://your-project.vercel.app`) that you can use in place of `gh-readme-profile.vercel.app`.
363362

364363
[![Deploy](https://raw.githubusercontent.com/FajarKim/FajarKim/master/images/deploy-on-vercel.svg)](https://vercel.com/import/project?template=https://github.com/FajarKim/github-readme-profile)

0 commit comments

Comments
 (0)