thhuang / saide

Super Awesome IDE

Home Page:https://thhuang.dev/saide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Awesome IDE

A Collaborative Online IDE

Quick Start

  1. Run the websocket server. Please see saide-ws for detailed instructions.
  2. Run the IDE application.
    npm i
    npm run dev
    # The application is running at http://localhost:3000

Docker

  1. Build the container:
    docker build -t saide .
  2. Run the container:
    docker run -p 3000:3000 saide
    # The application is running at http://localhost:3000

About

Super Awesome IDE

https://thhuang.dev/saide


Languages

Language:TypeScript 52.6%Language:JavaScript 23.8%Language:Dockerfile 14.0%Language:CSS 9.7%