MarkCavalli / rageserver

Open source rage mp role play server
116 stars 77 forks source link

building project assets #65

Closed dgavigan closed 5 years ago

dgavigan commented 5 years ago

Hey! Project looks awesome, thanks for sharing all your hard work!

Unfortunately it appears documentation is severely lacking

I found this to be very confusing on setting up, especially with how webpack is being used. I've got the database up with a schema defined, app is connected, but all the relative paths between packages are broken.

I am assuming the build process with webpack resolves paths and build assets but Its very unclear on how one should build all these assets together.

Any clarity on this would be greatly appreciated!

Thanks!

dgavigan commented 5 years ago

Just needed to spend a little more time with it!

Alternatively, you can just clone the entire project into your server and build straight from there which makes it easier when developing locally.