If you have any concern about the brand, you may considering to switch to Mixcore CMS.
- Demo: http://dev.swastika.io
- Docs: https://docs.swastika.io
- Youtube: https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
mkdir siocore
cd siocore
git clone https://github.com/Swastika-IO/sio.heart.git
git clone https://github.com/Swastika-IO/sio.identity.git
git clone https://github.com/Swastika-IO/sio.core.git
cd sio.core/src/Sio.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 "{}".