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

https://github.com/adoyle-h/design-grid-system

This is a tool to preview grid system for design.
https://github.com/adoyle-h/design-grid-system

design grid grid-system

Last synced: about 1 year ago
JSON representation

This is a tool to preview grid system for design.

Awesome Lists containing this project

README

          

# Design Grid System

This is a tool to preview grid system for design.

## TOC

- [Quick Start](#quick-start)
- [Local development](#local-development)
- [Production deployment](#production-deployment)
- [Versioning](#versioning)
- [Copyright and License](#copyright-and-license)

## Quick Start

http://adoyle.me/design-grid-system

## Local development

```bash
npm install
npm start
```

## Production deployment

`npm build` for production deployment.

## Versioning

The versioning follows the rules of SemVer 2.0.0.

**Attentions**: anything may have **BREAKING CHANGES** at **ANY TIME** when major version is zero (0.y.z), which is for initial development and the public API should be considered unstable.

For more information on SemVer, please visit http://semver.org/.

## Copyright and License

Copyright (c) 2018 ADoyle. The project is licensed under the **Apache License Version 2.0**.

See the [LICENSE][] file for the specific language governing permissions and limitations under the License.

See the [NOTICE][] file distributed with this work for additional information regarding copyright ownership.

[LICENSE]: ./LICENSE
[NOTICE]: ./NOTICE