The Flash UI Design System is a robust and scalable design framework created to streamline the development process for web and mobile applications. It leverages modern technologies like ReactJS, TypeScript, and Styled Components to ensure a seamless and efficient development experience. The design system provides a cohesive set of components, styles, and guidelines that ensure consistency, maintainability, and a high level of user experience across all digital products.
[1] - npm install turbo --global pnpm install turbo --global yarn install turbo --global
[1] - Clone the repository project;
[2] - run pnpm install;
[3] - run pnpm dev;
If you create a new project at apps/* folder, before running all the project with step [3] run firstly the step [2] it make sure that your new project make part of workspace in the pnpm-lock.yaml file. It will make sharable the componets beteween the projects.
In the packege.json of your new project at dependences, add "@noria_components/ui": "workspace:*", then you can import the componets normaly.