Proiect european care facilitează integrarea azilanților, prin intermediul unei platforme de comunicare online.
install web:cd www && npm install
install functionscd 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 functionscd 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
https://github.com/feross/standard
Firebase through Travis, see travis.yml
.