Skip to content

logsbydeepak/coedit

Repository files navigation

coedit

IDE on the web 🌐

IDE

Requirements:

  • bun for running and managing the project
  • docker for container
  • rust for building pty
  • make for managing the container makefile

Installation

bun run install
# clear cache if having issues
bun pm cache rm
rm -rf .bun.lockb

Note: Every package has .env.example file. Fill it before running.

Scripts

  • bun run fix - run prettier, eslint, and cspell
  • bun run unused - find unused code
  • bun run tsc - run typescript compiler