/saide

Super Awesome IDE

Primary LanguageTypeScript

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