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.
- install yarn
- install node (v14+)
$ yarn
// development
$ yarn run dev
// production
$ yarn run start
// use eslint and prettier to format code
$ yarn run lintShow all example command
/startFind restaurants by places
/findRestaurantsByPlacesFind restaurant by phone
/findRestaurantByPhonePlease refer to CONTRIBUTING.md