<p align="center">
    <img alt="NASA worm logo" src="https://github.com/simonschwartz/nasa-1975/raw/master/nasa-worm.png">
</p>

# NASA 1975

A React design system based on the
[1975 NASA Graphics Standards Manual](https://standardsmanual.com/products/nasa-graphics-standards-manual).

A free
[PDF version of the graphics manual](https://www.nasa.gov/sites/default/files/atoms/files/nasa_graphics_manual_nhb_1430-2_jan_1976.pdf)
has also been released by NASA.

## Getting started

To install the NASA 1975 design system, use:

```
npm install nasa-1975
```

NASA 1975 has a peer dependency of [@emotion/core](https://www.npmjs.com/package/@emotion/core). If
your project doesn't already use it, install it with:

```
npm install --save @emotion/core
```

See the [documentation](https://nasa-1975.surge.sh/) for usage information and examples.

## Contributing

Our
[contributing guide](https://github.com/simonschwartz/nasa-1975/blob/master/.github/CONTRIBUTING.md)
is a step-by-step setup, development and deployment guide.
