Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 891 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 891 Bytes

DroneCrafting.com

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.

Installation

Install Composer:

curl -sS https://getcomposer.org/installer | php

Add a composer alias to your bash profile:

alias composer="php /usr/local/bin/composer.phar"

Install Daux.io:

composer global require daux/daux.io

Make the daux command available in your bash profile by putting the composer binaries on your path:

export PATH="~/.composer/vendor/bin:$PATH"

Development

daux serve --source=topics/getting-started

Note: This seems to be broken currently.

Releasing

./build.sh