Skip to content

Hosting on GitHub pages

Tulir Asokan edited this page Sep 17, 2020 · 4 revisions

If you don't have a webserver to run the files on, you can also use something like GitHub pages.

  1. Fork the repo
    arrow pointing at fork button
  2. Go to settings
    arrow pointing at settings button
  3. Scroll down to the bottom to the "GitHub Pages" section"
  4. In the "Source" dropdown, select "master"
    arrow pointing at branch dropdown in GH pages settings
  5. Click "Save"
    arrow pointing at save button
  6. Clone your fork (git clone [email protected]:username/stickerpicker.git)
  7. Follow the instructions in Creating packs to create packs
  8. Commit your changes (git add web/packs && git commit) and push (git push)
  9. Follow the instructions in Enabling the widget using https://username.github.io/stickerpicker/web/?theme=$theme as the url field.

To add more packs, simply do steps 7 and 8 again.

Clone this wiki locally