This repo is for the Fandom Coders group website, wiki, and blog. Fandom Coders is a community where tech professionals and coding hobbyists alike can share and discuss their coding projects, find help getting started or unblocked, and learn new skills and concepts. Among others goals, Fandom Coders aims to increase coding literacy in fandom and to connect fandom builders with each other to create and shape the fandom internet they want to see.
This website is built using Docusaurus 2, an open source modern static website generator.
Please be sure you have the below items installed before you begin working.
-
Clone or fork the repo.
-
Open a terminal shell and navigate to the directory where the repo was cloned locally.
-
Run
$ yarn startto start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
-
Use your code editor to edit the relevant pages.
Note: Any changes you plan on pushing to the repo should be done on a branch other than main, as we require pull request reviews before your changes can be mered. Be sure to create a new local branch before making changes to files!