# movementExplorer **Repository Path**: middear/movement-explorer ## Basic Information - **Project Name**: movementExplorer - **Description**: testfasdfasd - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-23 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Movement Explorer ## How to use Clone the repo. Requires [pnpm](https://pnpm.io/installation) Install dependencies: ```sh pnpm install ``` Build dependencies: ```sh pnpm build ``` Run below to start the app: ```sh pnpm start ```