farhadmak / devel

dev env for YouCanBenefit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datasource

expects elasticsearch to be running on localhost:9200

globals

Install lerna and mgit2 globally, so you can bootstrap the development enviroment.

npm i -g lerna && npm i -g mgit2

mgit bootstrap && lerna bootstrap

seed elasticsearch

You need to create the appropriate indices and mappings for elasticsearch.

yeg-relief/utils

note

You can seed with the web application in the admin section, best to find a good data.json file and use that approach.

start the applications

lerna run --parallel start

note

some packages are out of date...

About

dev env for YouCanBenefit