https://github.com/geoql/restaurants
Find the restaurants nearby 📍
https://github.com/geoql/restaurants
graphql hasura mapbox mapbox-gl-js nuxt vue
Last synced: 5 months ago
JSON representation
Find the restaurants nearby 📍
- Host: GitHub
- URL: https://github.com/geoql/restaurants
- Owner: geoql
- License: mit
- Created: 2020-11-03T15:00:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T19:34:48.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:10:12.381Z (over 2 years ago)
- Topics: graphql, hasura, mapbox, mapbox-gl-js, nuxt, vue
- Language: Vue
- Homepage: https://restaurants.geoql.in/
- Size: 13.2 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🇮🇳 Restaurants :: GeoQL
[](https://github.com/geoql/restaurants/actions/workflows/ci.yml)
[](https://app.netlify.com/sites/nuxt-hasura-mapbox/deploys)
## About
Draw an Area of your interest & find the restaurants nearby
## Stacktrace
Development stack:
- [Nuxt](https://typescript.nuxtjs.org/)
- [TailwindCSS v2.x](https://tailwindcss.com/docs)
- [v-mapbox](https://github.com/geospoc/v-mapbox)
CI/CD stack:
- [GitHub Actions](./.github/workflows/ci.yml)
Release stack:
- [Ship.js](https://github.com/algolia/shipjs)
Deployment stack:
- [Netlify](./netlify.toml)
## Environment Setup
### Development
```sh
$ git clone git@github.com:geoql/restaurants.git
$ cd restaurants
$ npm install
$ npm run dev
```
### Production
Pre-release steps:
```sh
$ git clone git@github.com:geoql/restaurants.git
$ cd restaurants
$ npm install
$ npm run release # this will generate a new PR & bump up the pkg version
```
## Contributing
_Note_: Commits & PRs should now be allowed only if they follow a particular commit format, read more about it [here](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum)
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/geoql/restaurants/compare)