Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.32 KB

mix.portal.angular

Build & Run

yarn start
yarn build

License

Mixcore CMS is licensed under the MIT

Permissions Limitations Conditions
✔ Commercial use ✖ Liability ℹ License and copyright notice
✔ Modification ✖ Warranty
✔ Distribution
✔ Private use

Activity

Alt

How to contribute

Fork this repo to your GitHub account, clone it locally and try to follow the following simple guidelines.

  • Never write any code in the master branch
  • When writing code, do it in a specific feature branch
  • Send your pull request from that feature branch
  • After your pull request has been accepted, sync the changes into master from the upstream remote
  • Delete you feature branch
  • Again, NEVER write any code in the master branch ;)
  • Ref: https://datasift.github.io/gitflow/IntroducingGitFlow.html