Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 229 Bytes

Geocoder Site

Documentation site for the Geocoder Library

Building

# build static files with Jigsaw
./vendor/bin/jigsaw build

# compile assets with Laravel Mix
# options: dev, staging, production
npm run dev