Skip to content

FunkinCrew/code-cookbook

 
 

Repository files navigation

Funkin' Code CookBook

Forked from Haxe Code CookBook, this is a one stop shop for all Funkin' Modding Tutorials!

Running a local copy

You need Haxe 3.4.2+ installed.

The static site generator source depends on hxtemplo and haxe-markdown.

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.)

About

Friday Night Funkin' Cookbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 73.4%
  • CSS 24.2%
  • JavaScript 2.1%
  • Other 0.3%