https://github.com/kuipr/assembly
A modern front-end development framework for UI-friendly rapid prototyping.
https://github.com/kuipr/assembly
assembly design design-system framework front-end-framework npm-module
Last synced: 9 months ago
JSON representation
A modern front-end development framework for UI-friendly rapid prototyping.
- Host: GitHub
- URL: https://github.com/kuipr/assembly
- Owner: Kuipr
- License: mit
- Created: 2018-08-17T03:33:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T00:28:15.000Z (about 5 years ago)
- Last Synced: 2025-06-18T18:49:01.577Z (9 months ago)
- Topics: assembly, design, design-system, framework, front-end-framework, npm-module
- Language: CSS
- Homepage: https://kuipr.io/assembly/
- Size: 43.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A modern front-end development framework for UI-friendly rapid prototyping.
#### Status
[](https://travis-ci.org/Kuipr/Assembly)
[](https://coveralls.io/github/Kuipr/assembly?branch=master)
## Installation
The easiest way to install Assembly is with `npm` or `Unpkg`.
- Install with npm: `npm i assembly-framework`
- Unpkg CDN
- CSS: `https://unpkg.com/assembly-framework@latest/dist/css/assembly.min.css`
- JS: `https://unpkg.com/assembly-framework@latest/dist/js/assembly.min.js`
- Manually: [Download .zip](https://github.com/Kuipr/assembly/archive/master.zip)
- Github releases coming soon
## Documentation
Docs are available [in the repo](./docs/index.md) or at .
## Contributing
We are in the process of drafting a style guide and contribution guidelines. In the meantime, please open [issues](https://github.com/Kuipr/assembly/issues) with your code suggestions and we will help you draft a [pull request](https://github.com/Kuipr/assembly/pulls).
#### Versioning
We follow the Semantic Versioning Specification ([SemVer](https://semver.org/)). If you contribute and your pull request is accepted, changes will be reflected in the next release. Depending on status, severity, and roadmap, this could be a [Major], [Minor], or [Patch] release.
## Support
If you encounter any issues please open an [issue](https://github.com/Kuipr/assembly/issues). For questions, you can get in touch with us at [hello@kuipr.com](mailto:hello@kuipr.com).
### Creators
**Mark Adkins**
-
-
## Copyright and Licenses
Design, Code, and Documentation Copyright © 2018-2020
By [Kuipr](https://kuipr.com) and the [Authors of Assembly](https://github.com/kuipr/assembly/graphs/contributors).
Code released under [MIT License](https://github.com/Kuipr/assembly/blob/master/LICENSE)
[Documentation](./docs/index.md) released under [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://github.com/Kuipr/assembly/blob/master/docs/LICENSE).