Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 597 Bytes

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.