/Primer

Components, design guidelines, and tooling for GitHub's design system.

Primary LanguageShell

Primer



The install script will get all the repositoriy files, then it will cleanup the repository, and after that is done it will install everything for you.

*** NOTE ***

It will make a folder named Primer in the directory you run it in.

You can get the Install Script with wget

wget -qO - https://raw.githubusercontent.com/WeilerWebServices/Primer/master/install.sh | bash

OR

You can clone or download the repository.

git clone https://github.com/WeilerWebServices/Primer.git

Then run the Install Script with bash.

sh install.sh

Enjoy!