Swastika-IO/sio.core

Build instructions incomplete

jakenuts opened this issue · 2 comments

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)

@nhathoang989 @Sint94 Please help double check

@jakenuts please replace all content inside "appsettings.json" file with "{}" and then let us know if you still facing any issues.