Skip to content

geoql/restaurants

Repository files navigation

๐Ÿ‡ฎ๐Ÿ‡ณ Restaurants :: GeoQL

ci Netlify Status

About

Draw an Area of your interest & find the restaurants nearby

Stacktrace

Development stack:

CI/CD stack:

Release stack:

Deployment stack:

Environment Setup

Development

$ git clone git@github.com:geoql/restaurants.git
$ cd restaurants
$ npm install
$ npm run dev

Production

Pre-release steps:

$ 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

Please contribute using Github Flow. Create a branch, add commits, and open a pull request