Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 373 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 373 Bytes

Logo

my-locations

Application to store custom location points on the interactive map.

Development

Build & Run

cp .env.example .env.dev
make dev

Stop & Remove

make dev-stop

Production

Build & Run

cp .env.example .env.prod
make prod

Stop & Remove

make prod-stop