Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 893 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 893 Bytes

(WIP) rv_gui

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

How to build?

  1. Go to the root directory of the resource

  2. Use the command that you need

pnpm build - build server files
pnpm build:web - build webview
pnpm watch - watch server files
pnpm watch:web - watch webview
pnpm build:dev - build everything
pnpm dev - watch everyting

Folder Structure

  • 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