🖖
The Interactive Video Grid Documentation v1.0
  • An Interactive Video Grid
  • Start now! Get the videos ready.
    • Download the project files.
    • Configure the project and call it done.
  • The Extra Mile: Publish your project online.
    • 1. Fork a Github repository.
    • 2. Host a repository using Github Pages.
    • 3. Host multiple repositories(coming soon).
  • Further customize your project.
  • Automate sequential naming and export clips from a timeline.
  • Know the license: GPLv3.
  • Showcase your work in the community project page.
  • Technical Contact and Special Thanks
Powered by GitBook
On this page
  • If the above sentences confuses you, I've listed your options here:
  • To begin with any of these options, you need to first create an account and download an app.

The Extra Mile: Publish your project online.

PreviousConfigure the project and call it done.Next1. Fork a Github repository.

Last updated 1 year ago

The code logic of the project operates entirely in the browser with Vanilla Javascript, thus making deployment simple by eliminating the need for backend scripting.

Host it on your server service as a static page if you have a subscription.

Alternatively, take advantage of Github's free repository space (and the service to create ready-to-use websites with legitimate URLs).

GitHub is a web-based service for version control and collaboration, popular in open-source projects. It allows developers to work together on code and monitor modifications.

If the above sentences confuses you, I've listed your options here:

  1. Fork a Github repository: Users can download and watch locally like we did earlier, avoiding the need to pass around large folders.

  2. Fork a Github repository and host it using Github Pages: Users can access directly through a designated URL like the demos, preventing hassles from downloading and initiating locally;

  3. Fork multiple projects and host all using Github Pages: Since the Pages service only allows each free user to host one repository at a time, a different approach is necessary.

Each option builds upon the previous one.

In simple terms, the more effort the creator puts in, the less work required for the viewer.

To begin with any of these options, you need to first create an account and download an app.

  1. Sign up for Github ;

  2. Download Github Desktop from ;

  3. Run the app, login to your account, and authorize the app by following the instructions.

Now, you can fork your repository.

Github Pages
here
here
You'll see this screen when ready.