Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mixcore/mix.portal.angular
Mixcore CMS admin portal / dashboard build with Angular 18
https://github.com/mixcore/mix.portal.angular
admin-dashboard angular cms mixcore portal
Last synced: about 1 month ago
JSON representation
Mixcore CMS admin portal / dashboard build with Angular 18
- Host: GitHub
- URL: https://github.com/mixcore/mix.portal.angular
- Owner: mixcore
- Created: 2020-10-10T05:10:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T16:55:59.000Z (12 months ago)
- Last Synced: 2024-02-23T16:32:17.882Z (10 months ago)
- Topics: admin-dashboard, angular, cms, mixcore, portal
- Language: TypeScript
- Homepage: https://mix-portal-angular.vercel.app/
- Size: 13.7 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# mix.portal.angular
## Build & Run
```bash
yarn start
yarn build
```## License
Mixcore CMS is licensed under the **[MIT](https://github.com/mixcore/mix.core/blob/master/LICENSE)**
| Permissions | Limitations | Conditions |
| ---------------- | ----------- | ------------------------------ |
| ✔ Commercial use | ✖ Liability | ℹ License and copyright notice |
| ✔ Modification | ✖ Warranty | |
| ✔ Distribution | | |
| ✔ Private use | | |
| | | |## Activity
# ![Alt](https://repobeats.axiom.co/api/embed/d596dd234f1e2068ad8c1fa0a608ac4561789750.svg 'Repobeats analytics image')
## 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