fabiensanglard / dc

Driving Compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driving Compilers

This is the source code of the articles found at https://fabiensanglard.net/dc.

How to develop

Start your own local instance of a php server.

$ php -S localhost:8080

See your changes in a web browser: http://localhost:8080.

How to contribute

If you want to make a change to the illustration, you should change them in illu_masters and then use the illu_masters/publish.sh script which converts them from object to path. This is done so browser without Roboto font can see the illustration as intended. And of course, when you do that, you should have Roboto Mono installed on your machine when you run the script.

About

Driving Compilers

License:Apache License 2.0


Languages

Language:PHP 98.0%Language:Hack 1.9%Language:Shell 0.1%