Build instructions incomplete
jakenuts opened this issue · 2 comments
jakenuts commented
The build instructions in the readme file should probably be:
mkdir mixcore
cd mixcore
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
open browser to https://localhost:5001/
(still need to figure out how to resolve the db missing issue)
Smilefounder commented
@nhathoang989 @Sint94 Please help double check
Smilefounder commented
@jakenuts please replace all content inside "appsettings.json" file with "{}" and then let us know if you still facing any issues.