ICON - Portfolio Guide

ICON Academic Club

Generate an URL to host your application

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.

Dependencies required:

  • Octokit
    • npm: npm install octokit
    • yarn: yarn add octokit
    • cdn: "https://cdn.skypack.dev/octokit"
  • 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)
  • UUID
  • dotenv

Footer

The footer folder contains the templates for ReactJS project and vanilla JavaScript project. Please edit it to best suit your site.