Environment Setup for developing
1. Install VisualStudio Code
(recommended but not necessary)
- Download here
- Install
2. Get the GitRepo
- Clone the rudxDe/photoMX repo from Github
- Open the Directory in Vs Code
3. Setup Dotnet Core Cli
- Download Dotnet Core Cli and install it
- Run the command
>dotnet restore
inside the commander folder
4. Setup Node
- Install Node
- Run Command
>npm i
in the front folder