Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sudomesh/disaster-radio-website
- Owner: sudomesh
- License: gpl-2.0
- Created: 2017-11-13T19:00:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:29:07.000Z (about 2 years ago)
- Last Synced: 2024-04-13T08:12:53.039Z (9 months ago)
- Language: SCSS
- Homepage: https://disaster.radio
- Size: 158 MB
- Stars: 45
- Watchers: 14
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.