Syncleus / aparapi.com

The Aparapi website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bundle install or bundle update
bower install
bundle exec middleman serve
bundle exec middleman build

on Mac OSX The following is needed to properly execute the first line to get ffi t install (might need to repeat again without env variables after ffi installs if other packages fail.)

LDFLAGS="-L/usr/local/opt/libffi/lib" PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" bundle install --path vendor

Alternatively compile it using a docker container:

UID=${UID} GID=${GID} docker-compose up

About

The Aparapi website.


Languages

Language:CSS 84.1%Language:HTML 5.8%Language:JavaScript 5.4%Language:Ruby 4.6%