Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 417 Bytes

Setup.md

File metadata and controls

21 lines (17 loc) · 417 Bytes

Setup

Clone Atlas

  • git clone https://github.com/garyhertel/Atlas.git
  • cd Atlas

Console

  • Build
    • dotnet build Atlas.sln
  • Run
    • dotnet run --project Programs/Atlas.Start.Avalonia/Atlas.Start.Avalonia.csproj

IDE

  • IDE's
    • Visual Studio 2022 (Windows Only)
    • JetBrains Rider
    • Visual Studio Code
  • Open Atlas.sln
  • Start Atlas in Debug Mode
    • Programs / Atlas.Start.Avalonia