Thorium
Thorium, the TELUS Design system is a set of living guidelines that communicates our brand promise through our digital’ experiences. It's a holistic platform that integrates documentation, guidelines and design management and that serves as single source for digital design guidelines, code patterns and UI elements.
Quick start
npm install telus-thorium
What's included
- Documentation
- Master Sketch file
- CSS, HTML, JS
Documention
The documentation for Thorium is here: http://telusdigital.github.io/telus-thorium
If you wish build and view the documentation locally, you may do so thusly:
git clone git@github.com:telusdigital/telus-thorium.git
npm run build
npm start
... and then open up a browser and point it to: http://localhost:8080/telus-thorium
Note: this presumes you've got both npm and git installed.