# rmf-panel-js **Repository Path**: ncnynl/rmf-panel-js ## Basic Information - **Project Name**: rmf-panel-js - **Description**: rmf panel面板 https://www.ncnynl.com/archives/202211/5666.html - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-12 - **Last Updated**: 2022-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rmf-panel-js 中文安装说明:https://www.ncnynl.com/archives/202211/5666.html ![](https://github.com/open-rmf/rmf-panel-js/workflows/gh-page/badge.svg) Front end rmf_demos_panel for [rmf demos](https://github.com/open-rmf/rmf_demos/) Open link here: https://open-rmf.github.io/rmf-panel-js/ ## Run local server ### Build Instructions ```bash npm install --prefix rmf_panel npm run build --prefix rmf_panel ``` ### Run ```bash cd rmf_panel python3 -m http.server 3000 ``` Then open http://localhost:3000/ on browser