/open-manifesto-search

Webapp for Open Manifesto Project

Primary LanguageCSSGNU Affero General Public License v3.0AGPL-3.0

Search Proposals Tool - Open Manifesto Project

Requirements

NodeJS > 10.0

Setup

git clone https://github.com/open-manifesto-project/open-manifesto-search.git
cd open-manifesto-search
npm install
cp src/config/index.js.example src/config/index.js

Finally, edit config/index.js file with your specific values.

Run

npm run serve