Hosting a fork of monkeytype with GitHub Pages for testing purposes #1436
-
|
I was wondering how one would be able to host a fork of Monkeytype of GitHub pages. @SeerLite's fork is a good example of what I'm trying to accomplish https://seerlite.github.io/monkeytype/. The problem is Pages displays the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hahaha I didn't expect anyone to really check my fork out. It's just an experiment I did to see if I could get it to function without all the firebase and analytics stuff. Check out the degoogle branch and it's package.json. I haven't merged master to it yet because I've been more focused on the input rewrite PR. At first my intention was to publish a fork for people who wanted to avoid Google for privacy reasons, but I never asked Miodec about degoogling the main site in the first place so I thought it wouldn't be fair. Then I got lazy and just forgot about it. Also I don't trust myself to maintain it for long. My main use for it now is just to be able to develop offline. Where I live the internet isn't always stable so I can't get |
Beta Was this translation helpful? Give feedback.
Hahaha I didn't expect anyone to really check my fork out. It's just an experiment I did to see if I could get it to function without all the firebase and analytics stuff. Check out the degoogle branch and it's package.json. I haven't merged master to it yet because I've been more focused on the input rewrite PR.
At first my intention was to publish a fork for people who wanted to avoid Google for privacy reasons, but I never asked Miodec about degoogling the main site in the first place so I thought it wouldn't be fair. Then I got lazy and just forgot about it. Also I don't trust myself to maintain it for long.
My main use for it now is just to be able to develop offline. Where I live th…