The link above is a TEMPORARY link, and WILL BE CHANGED in the future!
Forked from Haxe Code CookBook, this is a one stop shop for all Funkin' Modding Tutorials!
To create a community article, or simply contribute to the Code CookBook; You can read the Authoring page in this repo. After you have done so, you can then create a pull request with the content you have created.
You need Haxe 3.4.2+ installed.
The static site generator source depends on hxtemplo and haxe-markdown (funkin crew fork!).
Install the libraries using haxelib, run the following command in the root of the project:
haxelib install all
The CSS files are compressed using less. Install from npm:
npm install
Either run build.bat
or build.sh
depending on your platform.
(joke is, they're the same file)
The main repo tells users to run it through neko, so we do that as well. But we also run highlighting.hxml for the code highlighting.
For highlighting you'll need the submodules in grammars/
(XML and JSON have some git errors, so just manually download them.)