Tip
Want to join a great upcoming dev community? Make sure you don't miss to join our Discord :)!
Important
Documentation can be found here. Just click the link
-
Go to the root directory of the resource
-
Use the command that you need
bun run build - build server files
bun run build:web - build webview
bun run watch - watch server files
bun run watch:web - watch webview
bun run build:dev - build everything
bun run dev - watch everyting
- rv_gui// root directory of the resource
- resource// this is where the server will start our resource from. getting created when you build it
- gui// frontend stuff
- src// this is where you can write client or serverside code which is later getting compiled to js