- Demo: http://dev.mixcore.org
- Docs: https://docs.mixcore.org
- Youtube: https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
- Twitter: https://twitter.com/mixcore_cms
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
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 "{}".
This project has been developed using:
- Creative Tim
- Bootstrap
- BrowserStack
- Micon
- .NET
- Designed by Freepik
- And more...
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 ;)