/disaster-radio-website

Builds the Disaster Radio website.

Primary LanguageSCSSGNU General Public License v2.0GPL-2.0

Disaster Radio Website

Builds the Disaster Radio website using Gulp, Twig, SASS, etc.

Usage

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

LICENSE

GPL version 2 or later.