Design System (DS) is a repeatable component with extensive guidelines on how and when to use them. A StyleGuide is normally the real code. This project will serve as them both. Will try to have a single source of truth about Design Guidelines, Axway vision, and strong consistency.
The Axway Design System 2020 could be reached on GitLab.
https://nkeranova.git-pages.ecd.axway.org/design-system-2020
- Website: https://amplify.git-pages.ecd.axway.org/design-system-2020/#/?id=main (be on the network)
- Work/Documentation Location: Sharepoint/One Drive Public Group: DS2020 & WCAG 2.1 https://axwaysoftware.sharepoint.com/sites/StyleGuide2020
- XD Files/Production Files:
UX Team/NathalieStuff/DesignSystem
&UX Team/Niya-Stuff/DesignSystem
- Design System Project Plan 2020: https://techweb.axway.com/confluence/display/UXUI/Design+System+Project+Plan+2020
POC: Niya Keranova (UX Designer & Software Engineer)
Prerequisite install
node
,npm
,git
- Clone the
GitLab
repository via:
Design System
# git clone
git clone git@git.ecd.axway.org:amplify/design-system-2020.git
- Install Docsify
npm i docsify-cli -g
- Run DS locally:
Navigate to the
docs
directory
# navigate to docs dir
cd docs
# Start the site
docsify serve .
The Design System website will be available to the
http://localhost:3000
NOTE: for reference check the docsify