alana-design-system v0.1.0
Alana Design System
Summary
1. Introduction
By definition, a design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.
The Alana's Design System comes to unify all ours web products into our brand standards and identity, such as to contribute for a development of better scalable systems.
The actual status of this project is WIP
2. Technologies
This project is being developed using Vue 3 with Storybook 6.
These are some other dependencies that we use:
- Feather Icons
- Vue Styled Components (fork for Vue 3)
- Vue Calendar
- Moment.js
3. How to use
You must have Git, Node.js and NPM or Yarn installed on your machine.
With these requirements accomplished, do the steps below:
git clone https://[username]@bitbucket.org/alana-ai/design-alana.git
cd design-alana
yarn
ornpm install
yarn storybook
ornpm run storybook
If you have any issues, tell us. :)
4 years ago