accedo-design-system-1
v0.2.9
Published
1 - If you want to download and run the project locally. First of all, install all the dependencies by running the following command: ```bash npm i ``` Then just run this command and the Storybook should open on your browser: ```bash npm run dev ```
Downloads
3
Readme
Accedo Design System
1 - If you want to download and run the project locally. First of all, install all the dependencies by running the following command:
npm i
Then just run this command and the Storybook should open on your browser:
npm run dev
2 - If you want to install the library in your project
npm i accedo-design-system-1
This is a soon to be released library which currently has reausable TV components. After running the command above, the css is generated in a JavaScript file (src/styles/tokens.js) which is then used as basis for the styles across the application, but also many other styles are generated (build folder) inluding android, compose, ios, ios-swift and scss. These can be used in other applications to build new reusable components for other projects, languages and frameworks.
POC TODO: Finish Home Page Components, Publish NPM Package, Publish StoryBook. TODO: Test Components, Build Mobile Components.