Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 416 Bytes

readme.md

File metadata and controls

34 lines (32 loc) · 416 Bytes

#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