An open API service indexing awesome lists of open source software.

https://github.com/tynandebold/wsj-admin-tools-style-guide

A style guide I created in 2017 for WSJ's internal newsroom tools.
https://github.com/tynandebold/wsj-admin-tools-style-guide

css css-theming scss style-guide styleguide theme-development ui ui-components

Last synced: 2 months ago
JSON representation

A style guide I created in 2017 for WSJ's internal newsroom tools.

Awesome Lists containing this project

README

          

# WSJ Admin Tools Style Guide

## Setup

#### Application environment setup

```sh
$ npm install -g http-server
$ npm install
```

## Run
```sh
$ npm start
```

## Using the theme
To use the theme in your project:

1. Link to the stylesheet
```css

```
2. Add the fonts:
```css

```
3. Refrence the [style guide](https://wsj-admin-tools-style-guide.herokuapp.com/) and build out your app as needed.

4. Have fun.