# AvalonStudio
**Repository Path**: waterSkyCode/AvalonStudio
## Basic Information
- **Project Name**: AvalonStudio
- **Description**: AvalonStudio from https://github.com/VitalElement/AvalonStudio.git
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-12-30
- **Last Updated**: 2024-06-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://dev.azure.com/vitalelement/AvalonStudio/GitHub/_build/latest?definitionId=1)
[](https://www.codefactor.io/repository/github/vitalelement/avalonstudio)
[](https://gitter.im/VitalElement/AvalonStudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# AvalonStudio
An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript
## Building from source
### 1. Install Dependencies
- Git: https://git-scm.com/downloads
- .NET Core 2.1: https://www.microsoft.com/net/download
### 2. Get the code
Clone the repository recursively.
```sh
git clone https://github.com/VitalElement/AvalonStudio --recursive
```
### 3. Build the project
```sh
cd AvalonStudio/AvalonStudio/AvalonStudio
dotnet restore
dotnet build
```
### 4. Run locally built binaries
```sh
cd bin/Debug/netcoreapp2.1
dotnet ./AvalonStudio.dll
```