About | Demo | Requirements | Starting | Author
This project consists of a web server that redirects requests to a GitHub profile or to specific repositories. When the path is "/", it redirects to the GitHub profile. For other paths, it attempts to access information from a repository through the GitHub API. If the repository exists, it redirects to its URL; otherwise, it displays a custom error page.
# Clone this project
$ git clone https://github.com/LautyDev/Github-Redirect
# Access
$ cd Github-Redirect
# Install dependencies
$ pnpm i
# Run the project
$ pnpm start
# The server will initialize in the <http://localhost:3002>
Made with ❤️ by LautyDev