This repository holds a style guide template which can be used and altered for any style guide. The current style guide template is in the ./app folder and can be run locally following the instructions below.
- Github account
- NPM / Node (v12.*)
- Open Terminal / git-bash and run
- cd to desired location on your machine where you want to clone to repo
git clone [email protected]:your_github_username_here/design-style-guides.git && cd design-style-guides
, replacing "your_github_username_here" with your Github usernamenpm install
npm run build
npm start
starts the app and connects to a local environment- Navigate to your local host (likely http://localhost:8080/)