Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 763 Bytes

File metadata and controls

executable file
·
47 lines (30 loc) · 763 Bytes

WelcoME

Build Status

install web: cd www && npm install

install functions cd functions && npm install

run web: cd www && npm start and go to: http://localhost:3000 react guide: https://blog.tighten.co/react-101-building-a-gif-search-engine

test web: cd www && npm run test

run mobile: cd mobile && npm start

test mobile: cd mobile && npm test

test functions cd functions && npm run test

deploy functions: cd functions && npm run deploy

build web: cd www && npm run build

deploy web: cd www && npm run deploy

Code linter

https://github.com/feross/standard

Deployment

Firebase through Travis, see travis.yml.