This is the project that contains the website files for dronecrafting.com and is made with Daux.io
DroneCrafting.com is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license.
Install Composer:
curl -sS https://getcomposer.org/installer | phpAdd a composer alias to your bash profile:
alias composer="php /usr/local/bin/composer.phar"Install Daux.io:
composer global require daux/daux.ioMake the daux command available in your bash profile by putting the composer binaries on your path:
export PATH="~/.composer/vendor/bin:$PATH"daux serve --source=topics/getting-startedNote: This seems to be broken currently.
./build.sh