#Daze landing run: npm i then create ./app/config/parameters.json with: { "mailUser": "[email protected]", "mailPassword": "[email protected]" } sync database: npm run sync run server: npm run serve see logs: npm run logs stop server: npm run unserve build scss to css compass compile -e production --force