Skip to content
forked from mixcore/mix.core

Simple and lovely open source ASP.NET core / dotnet core CMS

License

Notifications You must be signed in to change notification settings

5118234/mix.core

 
 

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

cd mix.core/src/Mix.Cms.Web

npm install
gulp build
dotnet restore
dotnet bundle
dotnet build
dotnet run

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 ;)

About

Simple and lovely open source ASP.NET core / dotnet core CMS

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%