Download the file from either of the following links:
- https://filetransfer.io/manage-package/TNpajGpv
- https://drive.google.com/file/d/192hFGXiXpCPMV5DRIpj9Vq4NxlGpfA7B/view?usp=sharing
And follow along the following steps:
- Make a public repository in GitHub. (Note your USER_NAME and REPOSITORY_NAME)
- Download (& unzip?) the provided folder.
- Open the provided folder in your IDE.
- Go to
src/data.ts
and update your information - Go to
vite.config.js
and update basebase: "/REPOSITORY_NAME/"
[Replace your repository name here. Btw those slashes are needed!] - Before pushing, go to your
GitHub repository -> Settings -> Actions -> General -> Scroll to workflow permssions -> Turn on read write permissions -> Save
- Follow the following steps to push your repo
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/USER_NAME/REPOSITORY_NAME.git [Replace USER_NAME & REPOSITORY_NAME]
git push -u origin main
- Go to
Settings tab -> Pages -> Branch -> (choose gh-pages) -> Save
- Go to
Actions tab
and wait till completion