Want a simple and effective way to present your GitHub profile online? This user-friendly template that automatically creates a personal website using your GitHub data. No more manual coding or complex setups. This project dynamically pulls your username, bio, and repositories, providing a clean and professional showcase of your work. Ideal for developers, designers, and anyone looking to highlight their GitHub activity. Get your personal website up and running in minutes.
To use your page, you will need to follow these steps:
- Fork or download the unique-page repository.
- Open the
.envfile. - Complete a
VITE_LICENSE,VITE_REPOSITORYandVITE_GITHUB_API_PATHenvironment variables.
-
VITE_LICENSE-> The place of your page license. Something similar looks like this: https://github.com/yourusername/page/blob/main/LICENSE -
VITE_REPOSITORY-> The place of your page repository. Something similar looks like this: https://github.com/yourusername/page -
VITE_GITHUB_API_PATH-> Your GitHub api path. Something similar looks like this: https://api.github.com/users/yourusername
- Create a
.env.localfile. - Create a
VITE_TOKENenvironment variable.
VITE_TOKEN-> Your unique access token.
That's it! Now you can use your page! ๐
How to create a token?
You can find more information about tokens here:
In the project directory, you can run:
npm run startnpm run lintnpm run previewnpm run build
- Jotai
- Shadcn UI
- Lucide Icons
- Josefin Sans (Google Fonts)
- Josefin Sans Font (GitHub)
- React error boundary
- This project is licensed under MIT.
- The used font is licensed under the SIL Open Font License, Version 1.1.
For more information please visit the license files.