Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.04 KB

minizoo

Lucas' machine learning portfolio (aka minizoo)

Html build with staticjinja and minified with html-minifier.

JS build in es6 using browserify and babel to make everything run in obsoletes browsers...

Assembled together with <3 using a bash script in a Docker.

Dependencies installation for local build

pip install staticjinja
npm install

Generation of the static files

./build.sh -m

Files are generated in output and minified in output-min

I use darkhttpd to check everything is running fine in my browser.

Docker build

docker build -t minizoo-front .

This docker is harden with nginx-modsecurity to (try to) block the bad guyz.

Note: I am using this docker as dispatcher for the rest of my minizoo. Comment them in the configuration if they are not running otherwise nginx will refuse to start.