This app has been replaced by Amelio.
Is everything alright for you at Zenika? We'd like to know! This is an app that asks Zenika's employees how they feel. If the answer is not positive, the company has to take action.
In production.
The app uses Firebase so you must have permission to access. Contact dsi@zenika.com to ask for access (only zenika.com addresses can reach that address).
npm install
cd functions && npm install && cd ..
cd ui && npm install && cd ..
npm run firebase login
npm run firebase use default
npm run --silent firebase functions:config:get > functions/.runtimeconfig.json
npm run firebase:emulators
to launch the Firebase Local Emulator Suitenpm start
to serve locally
npm run start:shell
to test non-HTTP functions
npm run deploy
to deployecho fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
(see: https://github.com/facebook/jest/issues/3254#issuecomment-297214395 )