mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
44 lines
2.4 KiB
Markdown
44 lines
2.4 KiB
Markdown
<p align="center">
|
|
<a href="http://markojs.com/"><img src="https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-medium-cropped.png" alt="Marko logo" width="300" /></a><br /><br />
|
|
</p>
|
|
|
|
Marko is a friendly (and fast!) UI library that makes building web apps fun.
|
|
Learn more on [markojs.com](http://markojs.com/), and even [Try Marko Online!](http://markojs.com/try-online/)
|
|
|
|
[](https://travis-ci.org/marko-js/marko)
|
|
[](https://coveralls.io/github/marko-js/marko?branch=master)
|
|
[](https://gitter.im/marko-js/marko)
|
|
[](https://www.npmjs.com/package/marko)
|
|
[](http://npm-stat.com/charts.html?package=marko)
|
|
|
|
# Get Involved
|
|
|
|
- **Contributing**: Pull requests are welcome!
|
|
- Read [`CONTRIBUTING.md`](.github/CONTRIBUTING.md) and check out our [bite-sized](https://github.com/marko-js/marko/issues?q=is%3Aissue+is%3Aopen+label%3Adifficulty%3Abite-sized) and [help-wanted](https://github.com/marko-js/marko/issues?q=is%3Aissue+is%3Aopen+label%3Astatus%3Ahelp-wanted) issues
|
|
- Submit github issues for any feature enhancements, bugs or documentation problems
|
|
- **Support**: Join our [gitter chat](https://gitter.im/marko-js/marko) to ask questions to get support from the maintainers and other Marko developers
|
|
- Questions/comments can also be posted as [github issues](https://github.com/marko-js/marko/issues)
|
|
- **Discuss**: Tweet using the `#MarkoJS` hashtag and follow [@MarkoDevTeam](https://twitter.com/MarkoDevTeam)
|
|
|
|
# Installation
|
|
|
|
```bash
|
|
npm install marko --save
|
|
```
|
|
|
|
# Changelog
|
|
|
|
See [CHANGELOG.md](CHANGELOG.md)
|
|
|
|
# Maintainers
|
|
|
|
* [Patrick Steele-Idem](https://github.com/patrick-steele-idem) (Twitter: [@psteeleidem](http://twitter.com/psteeleidem))
|
|
* [Michael Rawlings](https://github.com/mlrawlings) (Twitter: [@mlrawlings](https://twitter.com/mlrawlings))
|
|
* [Phillip Gates-Idem](https://github.com/philidem/) (Twitter: [@philidem](https://twitter.com/philidem))
|
|
* [Austin Kelleher](https://github.com/austinkelleher) (Twitter: [@AustinKelleher](https://twitter.com/AustinKelleher))
|
|
* [Martin Aberer](https://github.com/tindli) (Twitter: [@metaCoffee](https://twitter.com/metaCoffee))
|
|
|
|
# License
|
|
|
|
MIT
|