Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chlp/ohmycode

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

449 Commits
449 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OhMyCode

  • Keep notes
  • Write and execute code
  • Share with ease
  • Collaborate in real-time
  • Lightning-fast
  • Use public server or deploy in your private network

Try it -> https://ohmycode.work/

OhMyCode preview

Technical Article: "OhMyCode: System Design Reflections"

Build and run

Run all services locally together (from the root of the repository):

docker compose -f api/docker/docker-compose.yml up -d --build --remove-orphans --force-recreate && \
docker compose -f runner/docker/docker-compose.yml up -d --build --remove-orphans --force-recreate

open http://localhost:52674/


Or configure and run separately:

  1. api & client:
    • cd api
    • cp api-conf-example.json api-conf.json and fill
    • cd docker && docker compose up --build --remove-orphans --force-recreate
      or GOOS=linux GOARCH=amd64 go build -o ohmycode_api cmd/main.go and run binary
  2. runner:
    • cd runner
    • cp conf-example.json conf.json and fill
    • cd docker && docker compose up --build --remove-orphans --force-recreate
      or GOOS=linux GOARCH=amd64 go build -o ohmycode_runner cmd/main.go and run binary

About

simple collaborative code editor with execution

Topics

Resources

License

Stars

Watchers

Forks

Morty Proxy This is a proxified and sanitized view of the page, visit original site.