Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudomesh/disaster-radio-website

Builds the Disaster Radio website.
https://github.com/sudomesh/disaster-radio-website

Last synced: 26 days ago
JSON representation

Builds the Disaster Radio website.

Awesome Lists containing this project

README

        

# 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](https://github.com/nvm-sh/nvm#installing-and-updating) 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.