Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alulsh/military-brat-map
My life is best explained with maps.
https://github.com/alulsh/military-brat-map
biography mapbox mapbox-gl-js maps
Last synced: 4 days ago
JSON representation
My life is best explained with maps.
- Host: GitHub
- URL: https://github.com/alulsh/military-brat-map
- Owner: alulsh
- Created: 2016-03-03T04:50:53.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T22:32:21.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T12:23:17.245Z (over 1 year ago)
- Topics: biography, mapbox, mapbox-gl-js, maps
- Language: TypeScript
- Homepage: https://www.alexandraulsh.com/military-brat-map/
- Size: 396 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Military Brat Map
I'm often asked "where are you from?" As a military brat, I don't have a great or easy answer.
This map is my easy answer. My life is best explained with maps.
https://www.alexandraulsh.com/military-brat-map/
## Development
To clone this repo, install development dependencies, and start a local web server:
```sh
git clone [email protected]:alulsh/military-brat-map.git
cd military-brat-map
npm install
npm start
```