8000 GitHub - mixcore/mix.core at v1.0.0-alpha.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ mix.core Public template

πŸš€ A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.

License

Notifications You must be signed in to change notification settings

mixcore/mix.core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mix.core Build status Join the chat at https://gitter.im/mix-core/Lobby FOSSA Status

Mixcore CMS

Tutorials

GITs clone

mkdir mixcore
cd mixcore

git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git
git clone https://github.com/mixcore/mix.core.git

Build & Run

  • Website
cd mix.core/src/Mix.Cms.Web
npm install
dotnet restore
dotnet build
dotnet run
  • Modify Portal
cd mix.core/src/portal-app
gulp serve

Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".

UI:

  • Default template: Mixcore CMS default template with Now UI Pro
  • Admin Portal: Mixcore Admin Portal Bootstrap 4.x

Thanks to

This project has been developed using:

License

FOSSA Status

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 your 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 your master branch ;)
0