The index.js
file contains the instructions to create a repository on Github and push your content into that repository. The final step is to create a Github Pages for the repository for users to view your application.
For instructions on using the methods in the file, there exists documentation for every methods.
- Octokit
- npm:
npm install octokit
- yarn:
yarn add octokit
- cdn:
"https://cdn.skypack.dev/octokit"
- npm:
- Buffer
- npm:
npm install buffer
(For usage on the front-end side, if used on the back-end side, you don't need to install this denpendency)
- npm:
- UUID
- dotenv
The footer
folder contains the templates for ReactJS
project and vanilla JavaScript project. Please edit it to best suit your site.