- Install latest version of OpenSSL
- Download and install .NET Core SDK 1.0 rc4 build 004771.
- (Optional/Recommended): Download and install Visual Studio Code.
From the directory src/PaperID/src/PaperID, run following commands in the console:
dotnet restore(Only need to run once)dotnet run(Starts the app)- Navigate to the directory listed in the console.
Code is found under src/PaperID/src/PaperID.
Within that folder, the code for the dashboard can be found under:
- CSS:
wwwroot/css/Dashboard.cssandwwwroot/css/site.css - JS:
wwwroot/js/DashboardViewModel.JS - View:
Views/Dashboard/Index.cshtml