https://github.com/mugimaru/collabex
Simple collaborative code editor
https://github.com/mugimaru/collabex
Last synced: about 2 months ago
JSON representation
Simple collaborative code editor
- Host: GitHub
- URL: https://github.com/mugimaru/collabex
- Owner: mugimaru
- License: mit
- Created: 2020-05-30T20:29:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:28:13.000Z (over 3 years ago)
- Last Synced: 2025-03-05T23:45:03.518Z (over 1 year ago)
- Language: Elixir
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collabex
Collaborative code editor with [Microsoft/monaco-editor](https://microsoft.github.io/monaco-editor/), [convergencelabs/monaco-collab-ext](https://github.com/convergencelabs/monaco-collab-ext) and [phoenix framework](https://github.com/phoenixframework/phoenix).
## Run [docker image](https://hub.docker.com/r/mugimaru/collabex)
docker run -p 4000:4000 mugimaru/collabex:0.1.0 start
## Development
Clone the repo, install deps and start the server
mix deps.get
npm install --prefix apps/collabex_web/assets
mix phx.server
Run tests, linters, etc with
mix check
## Build docker image
Clone the repo and run
make build-docker-image
Run it
docker run -p 4000:4000 collabex:0.1.0 start
Publish to your registry
make push-docker-image DOCKER_REPO=dockerhub_username_or_repo_url