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

https://github.com/trishasalas/demdb

Democracy Database
https://github.com/trishasalas/demdb

javascript leaflet leaflet-map

Last synced: 10 months ago
JSON representation

Democracy Database

Awesome Lists containing this project

README

          

# demdb
Democracy Database

## Requirements

* PostgreSQL 9.5
* Perl

## Styles

* SASS
* PostCSS-cssnext
* PostCSS

This project uses the PostCSS Utility Library. For a list of current utilities available see: https://github.com/ismamz/postcss-utilities#list-of-current-utilities

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).