Skip to content

richardsone/Augmentr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to compile and run this project

  • Download Node.js and npm

  • Download dotnet core for the runtime

  • Download Visual Studio code (lightweight and multiplatform) or Visual Studio (heavy duty with more tooling)

  • Download MySQL and start the server. If possible, set root account with the password admin. If not you will need to modify the user and password field in the connection string in Augmentr/Startup.cs lines 29 and 47.

  • cd to the Augmentr directory and npm install

  • Hit F5 to build and launch the web app

  • The Angular code has hot-loading so you can simply edit the code in ClientApp, save, and the webpage will reload with the changes

  • Editing C# code requires a rebuild