A map showing the physical locations of funfunforum.com users. Fun Fun Forum is the private forum for the YouTube show Fun Fun Function, and is open to Patrons only. If you are not a Patron, you can quickly become one for a measly $1/month by going to our fine Patreon page.
The map is hosted on the GitHub page associated with this repository. You can see it here - https://vazerthon.github.io/funfunforum-usermap
# clone the repository
git clone git@github.com:Vazerthon/funfunforum-usermap.git
cd funfunforum-usermap
# for a live development server with HMR
yarn
yarn start
# for a static build
yarn
yarn build
Contributions are welcomed and encouraged, no matter how big or small. Please follow the procedure below and open a thread on the forum if you're in any way unsure:
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!