# Flat-native **Repository Path**: anticookies/Flat-native ## Basic Information - **Project Name**: Flat-native - **Description**: Flat app with Windows Mac client - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Development ```shell # renderer-app (The first shell window, Don't close) cd packages/renderer-app yarn start # main-app (Second shell window, Don't close) cd packages/main-app yarn start ``` ### Build ```shell cd packages/renderer-app yarn build cd ../packages/main-app # or yarn copyRenderBuildCode && yarn build:main && yarn pack:mac yarn pack:mac:auto ```