mirror of
https://github.com/maunium/stickerpicker
synced 2025-05-29 22:21:34 +00:00
Updated Hosting on GitHub pages (markdown)
parent
25d1cc84fa
commit
5dc353a899
@ -1,5 +1,6 @@
|
|||||||
If you don't have a webserver to run the files on, you can also use something like GitHub pages.
|
If you don't have a webserver to run the files on, you can also use something like GitHub pages.
|
||||||
|
|
||||||
|
## Setup
|
||||||
1. Fork the repo
|
1. Fork the repo
|
||||||

|

|
||||||
2. Go to settings
|
2. Go to settings
|
||||||
@ -10,8 +11,11 @@ If you don't have a webserver to run the files on, you can also use something li
|
|||||||
5. Click "Save"
|
5. Click "Save"
|
||||||

|

|
||||||
6. Clone your fork (`git clone git@github.com:username/stickerpicker.git`)
|
6. Clone your fork (`git clone git@github.com:username/stickerpicker.git`)
|
||||||
7. Follow the instructions in [Creating packs](https://github.com/maunium/stickerpicker/wiki/Creating-packs) to create packs
|
7. Follow the instructions in [Creating packs](https://github.com/maunium/stickerpicker/wiki/Creating-packs) to create packs. In step 1 of the preparation, clone your own fork instead of maunium/stickerpicker.
|
||||||
8. Commit your changes (`git add web/packs && git commit`) and push (`git push`)
|
8. Commit your changes (`git add web/packs && git commit`) and push (`git push`)
|
||||||
9. Follow the instructions in [Enabling the widget](https://github.com/maunium/stickerpicker/wiki/Enabling-the-widget) using `https://username.github.io/stickerpicker/web/?theme=$theme` as the `url` field.
|
9. Follow the instructions in [Enabling the widget](https://github.com/maunium/stickerpicker/wiki/Enabling-the-widget) using `https://username.github.io/stickerpicker/web/?theme=$theme` as the `url` field.
|
||||||
|
|
||||||
|
## Updating
|
||||||
To add more packs, simply do steps 7 and 8 again.
|
To add more packs, simply do steps 7 and 8 again.
|
||||||
|
|
||||||
|
To update your copy of the sticker picker to the latest version, first add the upstream repo as a remote: `git remote add upstream https://github.com/maunium/stickerpicker.git` (this only needs to be done once). Then whenever you want to update, run `git fetch upstream`, `git merge upstream/master` and `git push`
|
Loading…
Reference in New Issue
Block a user