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.
- Host: GitHub
- URL: https://github.com/tynandebold/wsj-admin-tools-style-guide
- Owner: tynandebold
- Created: 2020-02-14T12:52:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:31:31.000Z (over 3 years ago)
- Last Synced: 2025-06-04T06:51:32.923Z (about 1 year ago)
- Topics: css, css-theming, scss, style-guide, styleguide, theme-development, ui, ui-components
- Language: HTML
- Homepage: https://wsj-admin-tools-style-guide.fly.dev/
- Size: 759 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
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.