Builds the Disaster Radio website using Gulp, Twig, SASS, etc.
Node.js v8.9.1 is required, it is recommended that nvm is used to manage your node.js versions.
npm install # install dependencies
npm run build # build everything
npm run dev # launch webserver and view site locally in browser
To rebase the website log into the host server and do:
cd /var/www/public/disaster.radio/disaster-radio-website
git pull --rebase
npm install
npm run build
GPL version 2 or later.