Skip to content

hotosm/e2e-mapping

Repository files navigation

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