Skip to content

This project is a search tool to discover independent expenditures in California

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE-GOVERNMENT.TXT
GPL-3.0
LICENSE-NON-GOVERNMENT.TXT
Notifications You must be signed in to change notification settings

maplight/independent-expenditure-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

California Independent Expenditures Search

This project is a search tool to discover independent expenditures in California. For more information, visit here.

Installation

$ git clone https://<username>@bitbucket.org/maplighttech/california-ie-search.git
$ cd ie
$ npm install
$ webpack --watch

Then, in a browser, go to http://localhost:3000/

Build and Deployment

We are using Webpack for our build process. For a good primer of Webpack, visit here.

To build this project, you can use the following webpack commands (or a combination of them):

webpack -d
includes source maps for debugging

webpack --watch
sets up a watch on all files in the webpack.config.js and rebuilds when any of them change

webpack -p
production build, minifies and uglifies files

About

This project is a search tool to discover independent expenditures in California

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE-GOVERNMENT.TXT
GPL-3.0
LICENSE-NON-GOVERNMENT.TXT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published