lixinyang123 / CloudDT

Easy to use code editor with cloud development environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudDT

Easy to use code editor with cloud development environment.

Install pre-requisites

  • .NET 6
  • Node.js >= 12
  • npm
On Windows
On Linux
  • Install .NET SDK

    • Ubuntu
    apt install dotnet-sdk-6.0 -y
    • CentOS
    dnf install dotnet-sdk-6.0 -y
  • Install Node.js & npm

    • Ubuntu

      apt install nodejs -y
    • CentOS

      dnf install nodejs -y

Restore dependencies

cd CloudDT.Shared
dotnet restore

cd CloudDT.ContainerAPI
dotnet restore

cd CloudDT.Client
npm install

Run

cd CloudDT.ContainerAPI
dotnet run

cd CloudDT.Shared
dotnet run

cd CloudDT.Client
npm start

About

Easy to use code editor with cloud development environment.

License:MIT License


Languages

Language:C# 58.0%Language:HTML 25.5%Language:CSS 7.3%Language:JavaScript 5.3%Language:Dockerfile 3.2%Language:PowerShell 0.7%