PTMagic/_Development
djbadders a63fb2ec65 Fix to release script to remove Monitor settings file 2018-08-12 17:25:01 +01:00
..
DevSettings Initial commit 2018-05-22 10:16:59 +02:00
CreateRelease.cmd Fix to release script to remove Monitor settings file 2018-08-12 17:25:01 +01:00
README.md Prepared release of 2.0.1 2018-05-23 08:02:25 +02:00

README.md

Instructions for developing PT Magic

These are some instructions on how to start developing for PT Magic. The tools listed below (VS Code and its extensions) are only recommendations. Of course you may use any other suitable tool to develop .NET Core projects with. However, you should be carefull to not mess up your files when you commit using a different tool as most tools add some user specific files to the workspace and we do not want to have those in our repository.

Setup your environment

  1. Download and install Visual Studio Code for your platform from https://code.visualstudio.com/
  2. Install the VS Code extension C# (OmniSharp)
  3. Install .NET Core from https://www.microsoft.com/net/download/

Setup PT Magic for development

  1. Copy settings.analyzer.json and settings.general.json from /_Development/DevSettings to /PTMagic
  2. Setup a Profit Trailer instance for development (for example in _Development/LocalProfitTrailer)
  3. Adjust the necessary values in settings.general.json to your needs