This is the repo for Iridium's documentation. You can see the documentation website at iridiumui.com.
The docs are built with Vuepress.
If you want to run the docs locally you can do it with the following steps:
Clone the repo
git clone https://github.com/iridiumui/docs.gitInstall dependencies
npm install // Or yarnRun Vuepress
npm run docs:dev