You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following commands at the root of the repository to build and run Flat Electron client.
pnpm start
You can use one of the following methods to package your executable:
Run pnpm ship at project root to package based on current system.
Alternatively, run pnpm ship:mac or pnpm ship:win at project root to package for a specified system.
Build and run Flat Web client
Run the following command at the root of the repository to build and run Flat web client.
pnpm start:web
Alternatively, run the following command:
cd ./web/flat-web/ && pnpm start
UI and business logic are separated in Flat. You can view and develop Flat components UI via Storybook. You can either visit the (Online address) or run pnpm storybook at the root of the repository to run Storybook locally.
Thank you to all the people who already contributed to Flat!
Disclaimer
You may use Flat for commercial purposes but please note that we do not accept customizational commercial requirements and deployment supports. Nor do we offer customer supports for commercial usage. Please head to Flexible Classroom for such requirements.