/peer-programming

simple collaborative tool that I made

Primary LanguageTypeScript

Peer Programming

Simple code share with other people like https://codeshare.io/

Installation

Running locally:

$ git clone https://github.com/ericz99/peer-programming.git <folder name>

$ yarn install

$ yarn run preInstall

$ yarn run start

Running containerization

# spin up a container
$ docker-compose up -d --build --force-recreate

# stop the container
$ docker-compose stop

# tear down the container
$ docker-compose down
  • convert .env.example inside ./server folder into .env and update the environment variables.

Features

  • Generation room
  • Built-in theme selection from CodeMirror
  • React CodeMirror

App Info

Author

Eric Zhang

Version

1.0.0