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.
- Host: GitHub
- URL: https://github.com/adoyle-h/design-grid-system
- Owner: adoyle-h
- License: apache-2.0
- Created: 2018-10-06T07:04:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T07:30:44.000Z (over 3 years ago)
- Last Synced: 2025-02-09T13:42:29.321Z (over 1 year ago)
- Topics: design, grid, grid-system
- Language: JavaScript
- Homepage: http://adoyle.me/design-grid-system
- Size: 6.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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