mapbox / search-playground

Geocoding Debugging Tool
https://mapbox.com/search-playground
14 stars 4 forks source link

fix parcel command in `start` script #32

Closed boblannon closed 5 years ago

boblannon commented 5 years ago

To run the app locally, we tell users to run yarn start, which runs parcel. According to the the parceljs.org docs, though, the correct invocation is parcel index.html. Changing this fixes the behavior and makes it possible to host the app locally.