The homepage of my online portfolio.
-
Install Emscripten and build the chronotext-cross library following these instructions
-
Clone this repository with:
git clone https://github.com/arielm/works
-
Add
WORKS_PATH
variable:export WORKS_PATH=path/to/works
-
Build and run:
cd $WORKS_PATH/sketches/Portfolio RUN_TEST -DPLATFORM=emscripten
The resulting
.wasm
,.js
and.data
files will be inbuild/emscripten
.