IDE on the web 🌐
Requirements:
bun
for running and managing the projectdocker
for containerrust
for building ptymake
for managing the container makefile
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.
bun run fix
- run prettier, eslint, and cspellbun run unused
- find unused codebun run tsc
- run typescript compiler