Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 422 Bytes

End-to-End Mapping

Docs for how to use HOT's tools in an End-to-End data mapping flow.

Installing Components From Other Projects

  • If we are using hotosm/ui to build components in other repos.
  • Then we can install the repo: pnpm install git+https://github.com/hotosm/fmtm#main&path:src/frontend
  • And import the components to use from that repo: import SomeButton from 'fmtm/src/components/some-button.ts