-
Fork the repository
-
Enable Github Actions on your repo
-
Edit
vite.config.tsand modifybase: "/"tobase: "/linkleaf/" -
Edit the
src/data.jsonfile with your data and push it to your repo- The icons are from Font Awesome. You can use whatever icon you want.
-
Enable github pages in the settings of your repo. Go to Setting>Pages and set source: Deploy from branch and select
gh-pagesbrach
-
Now your LinkLeaf should be located on
https://{GITHUB_USERNAME}.github.io/linkleaf
- Change
public/avatar.jpgto your own avatar with .jpg extension
Just change the backgroundColor variable in src/data.json to your desired color.
