lars-raaum / kom-inn

Kom inn repository
3 stars 6 forks source link

Added a readme #82

Closed alkemann closed 6 years ago

jimbofreedman commented 6 years ago

I came up with

brew install php72 composer npm webpack wepback-dev-server
git clone git@github.com:lars-raaum/kom-inn.git
cd kom-inn
pushd admin-api
composer install
popd
pushd admin
npm install
popd
pushd web-api
composer install
popd
pushd web
npm install
popd
bash dev.sh

last night. I think it is everything?

alkemann commented 6 years ago

@jimbofreedman added install script to repo