funfunforum-usermap icon indicating copy to clipboard operation
funfunforum-usermap copied to clipboard

A map showing the physical locations of funfunforum.com users

funfunforum-usermap

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.

Hosted Map

The map is hosted on the GitHub page associated with this repository. You can see it here - https://vazerthon.github.io/funfunforum-usermap

Building

# clone the repository
git clone [email protected]:Vazerthon/funfunforum-usermap.git
cd funfunforum-usermap
# for a live development server with HMR
yarn
yarn start
# for a static build
yarn
yarn build

Contributing

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:

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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!