If you’re a working software engineer, you’ve probably encountered with one of the toughest questions, where should I have lunch?
Lunch picker is the tool you’ll turn to to answer this question.
The web hosted in below places:
https://lunchpicker-2232b.firebaseapp.com/
https://lunch-picker.vercel.app/
https://lunchpicker.netlify.app/
- install yarn
- install node (v16)
- install firebase cli
$ yarn
// development
$ yarn run dev
// production
$ yarn run production
// run test case
$ yarn run test
// lint code
$ yarn run lint
// format code
$ yarn run format
// deploy to firebase
$ yarn run deploy-firebase
open localhost:5100
// build images and start container in one line
docker-compose up -d --build
// go inside container
docker exec -it <containerId> /bin/bash
// check container logs
docker logs <containerId>
// remove and stop container
docker-compose down
open localhost
Please refer to CONTRIBUTING.md