IDE on the web 🌐
Requirements:
bunfor running and managing the projectdockerfor containerrustfor building ptymakefor managing the container makefile
bun run install
# clear cache if having issues
bun pm cache rm
rm -rf .bun.lockbNote: Every package has
.env.examplefile. Fill it before running.
bun run fix- run prettier, eslint, and cspellbun run unused- find unused codebun run tsc- run typescript compiler
