1.0.0-alpha.2 • Published 2 years ago

@apaq/bronco v1.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Bronco

A forward-thinking library of web components.

  • Works with all frameworks 🧩
  • Works with CDNs 🚛
  • Fully customizable with CSS 🎨
  • Includes an official dark theme 🌛
  • Built with accessibility in mind ♿️
  • Open source 😸

Designed in Scandinavia by Michael Krog.


Documentation: bronco.apaq.dk

Source: github.com/apaq/bronco

Twitter: @apaq


Shoemakers 🥾

Shoemakers, or "developers," can use this documentation to learn how to build Bronco from source.

You don't need to do any of this to use Bronco! This page is for people who want to contribute to the project, tinker with the source, or create a custom build of Bronco.

If that's not what you're trying to do, the documentation website is where you want to be.

What are you using to build Bronco?

Components are built with Stencil, a compiler that generates standards-based web components. The source code is a combination of TypeScript + JSX (TSX). Stylesheets are written in SCSS.

The build is done through a combination of Stencil's CLI and a handful of custom scripts.

Forking the Repo

Start by forking the repo on GitHub, then clone it locally and install dependencies.

git clone https://github.com/YOUR_GITHUB_USERNAME/bronco
cd bronco
npm install

Developing

Once you've cloned the repo, run the following command.

npm run start

This will spin up the Bronco dev server. Note that the dev server requires ports 4000, 4001, and 4002 to be available.

After the initial build, a browser will open at http://localhost:4000.

Hot module reloading (HMR) is enabled for components, so changes will instantly reflect in the browser as you work. The documentation is powered by Docsify, which uses raw markdown files to generate pages. As such, no static files are built for the docs. Unfortunately, changes to documentation pages will trigger a page refresh (no HMR).

Building

To generate a production build, run the following command.

npm run build

Contributing

Bronco is an open source project and contributions are encouraged! If you're interesting in contributing, please review the contribution guidelines first.

License

Bronco is designed in New Hampshire by Cory LaViska. It’s available under the terms of the MIT license.

Designing, developing, and supporting this library requires a lot of time, effort, and skill. I’d like to keep it open source so everyone can use it, but that doesn’t provide me with any income.

Therefore, if you’re using my software to make a profit, I respectfully ask that you help fund its development by becoming a sponsor. There are multiple tiers to choose from with benefits at every level, including prioritized support, bug fixes, feature requests, and advertising.

👇 Your support is very much appreciated! 👇

Whether you're building Bronco or building something with Bronco — have fun creating! 🥾