# linshare-ui-admin **Repository Path**: mirrors_linagora/linshare-ui-admin ## Basic Information - **Project Name**: linshare-ui-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linshare-ui-admin ## Project setup ``` yarn ``` ### Compiles and hot-reloads for development ``` yarn run dev # Development with a custom backend API base url BACKEND_API_URL='https://example.linshare.org' yarn run dev ``` ### Compiles and minifies for production ``` yarn run build ``` ### Lints and fixes files ``` yarn run lint # Fix lint errors yarn run lint:fix ```