brew install mkcert
mkcert -install
mkcert localhost
npm install
npm startVisit https://localhost:3000.
TBD.
Optional. The port which the HTTP server will run on. Defaults to 3000.
Optional. Defaults to development.
Required. Generate a personal access token over at Mapbox. Used for rendering inline maps and using the API.
Defaults to false. If truthy, we'll inline the CSS and JS bundles in the index.html. Only used in npm run build.
Optional. A truthy value will start a local HTTPS server. Useful for dev, as the Geolocation API won't work in insecure contexts, which is totally :eyeroll: