Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactioncommerce/reaction-admin
Reaction Admin
https://github.com/reactioncommerce/reaction-admin
Last synced: 1 day ago
JSON representation
Reaction Admin
- Host: GitHub
- URL: https://github.com/reactioncommerce/reaction-admin
- Owner: reactioncommerce
- License: gpl-3.0
- Created: 2019-10-07T22:11:08.000Z (about 5 years ago)
- Default Branch: trunk
- Last Pushed: 2023-05-06T23:26:24.000Z (over 1 year ago)
- Last Synced: 2024-12-25T11:15:31.908Z (9 days ago)
- Language: JavaScript
- Homepage: https://mailchimp.com/developer/open-commerce
- Size: 58.2 MB
- Stars: 92
- Watchers: 15
- Forks: 82
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Reaction Admin
[![Circle CI](https://circleci.com/gh/reactioncommerce/reaction-admin.svg?style=svg)](https://circleci.com/gh/reactioncommerce/reaction-admin)
[Mailchimp Open Commerce](https://mailchimp.com/developer/open-commerce/) is an API-first, headless commerce platform built using Node.js, React, and GraphQL. It plays nicely with npm, Docker and Kubernetes.
This project, Open Commerce Admin, is the user interface used by administrators and shop managers.
![MOC Admin](https://user-images.githubusercontent.com/20409254/61161477-bb033c80-a4b8-11e9-9c5e-4f4f6a68b8d0.png)
# Getting started
Follow the documentation to install Mailchimp Open Commerce with [Open Commerce Quickstart](https://mailchimp.com/developer/open-commerce/guides/quick-start/) for all supported operating systems.
# Get involved
## Contribute:star: If you like what you see, star us on GitHub.
Find a bug, a typo, or something that’s not documented well? We’d love for you to [open an issue](https://github.com/reactioncommerce/reaction-admin/issues) telling us what we can improve! This project uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/), please use their [commit message format.](https://semantic-release.gitbook.io/semantic-release/#commit-message-format).
We love your pull requests! Check our our [`Good First Issue`](https://github.com/reactioncommerce/reaction-admin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) and [`Help Wanted`](https://github.com/reactioncommerce/reaction-admin/issues?q=label%3A%22help+wanted%22) tags for good issues to tackle.
### Developer Certificate of Origin
We use the [Developer Certificate of Origin (DCO)](https://developercertificate.org/) in lieu of a Contributor License Agreement for all contributions to Reaction Commerce open source projects. We request that contributors agree to the terms of the DCO and indicate that agreement by signing-off all commits made to Reaction Commerce projects by adding a line with your name and email address to every Git commit message contributed:
```
Signed-off-by: Jane Doe
```You can sign-off your commit automatically with Git by using `git commit -s` if you have your `user.name` and `user.email` set as part of your Git configuration.
We ask that you use your real full name (please no anonymous contributions or pseudonyms) and a real email address. By signing-off your commit you are certifying that you have the right to submit it under the [GNU GPLv3 Licensed](./LICENSE.md).
We use the [Probot DCO GitHub app](https://github.com/apps/dco) to check for DCO sign-offs of every commit.
If you forget to sign-off your commits, the DCO bot will remind you and give you detailed instructions for how to amend your commits to add a signature.
### License
Reaction Admin is [GNU GPLv3 Licensed](./LICENSE.md)