Still in progres...
First download bun. Bun will serve as your runtime and package/task manager. You may use other package managers during local development, but make sure to use bun when adding any dependencies to keep the lock-file up to date.
To install the needed dependencies:
bun installTo run the dev server:
bun devTo format the codebase:
bun formatTo lint the codebase:
bun lint