https://github.com/yeukfei02/lunchpicker
Lunch picker is the tool to help you to answer where should I have lunch
https://github.com/yeukfei02/lunchpicker
hacktoberfest lunch lunch-picker react typescript
Last synced: about 2 months ago
JSON representation
Lunch picker is the tool to help you to answer where should I have lunch
- Host: GitHub
- URL: https://github.com/yeukfei02/lunchpicker
- Owner: yeukfei02
- License: mit
- Created: 2019-12-21T15:29:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T02:30:06.000Z (about 1 year ago)
- Last Synced: 2025-04-30T18:38:22.478Z (5 months ago)
- Topics: hacktoberfest, lunch, lunch-picker, react, typescript
- Language: TypeScript
- Homepage: https://lunchpicker.me/
- Size: 3.66 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
lunchPicker
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:
## Requirement
- install yarn
- install node (v16)
- install firebase cli## Testing and run
```zsh
$ 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
## Docker
```zsh
// build images and start container in one line
docker-compose up -d --build// go inside container
docker exec -it /bin/bash// check container logs
docker logs// remove and stop container
docker-compose down
```open localhost
## Contributing
Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/lunchPicker/blob/master/CONTRIBUTING.md)