Skip to content
yuyasat edited this page Jan 24, 2017 · 1 revision
brew install yarn
  • Frontend build
yarn run build

or

yarn run watch
  • Create DB user
CREATE USER lassi PASSWORD 'lassi';
ALTER ROLE lassi WITH CREATEDB;

Clone this wiki locally