react-azure-maps-playground/README.md

13 строки
354 B
Markdown

## React Azure Maps Playground
- How to link local package version:
- run yarn watch in `azure-maps-react`
- run yarn link `azure-maps-react`
- go to the `azure-maps-playground` and run `yarn link "react-azure-maps"`
### Subscription key
Please remember to create file and add key to `/src/key.ts`
`export const key = '<Your Subcription Key>'`