qor / admin

Qor Admin - Instantly create a beautiful, cross platform, configurable Admin Interface and API for managing your data in minutes.
918 stars 189 forks source link

How to contribute frontend code? #263

Open ahmed-abderraham opened 2 years ago

ahmed-abderraham commented 2 years ago

If I want to contribute improvements to the frontend code, how am I supposed to build/compile the assets? I see babel and gulp-babel in package.json, but there's no gulpfile.

ahmed-abderraham commented 2 years ago

So is the project dead? Or you are not interested in people contributing and just ignore them instead of saying so?

ahmetson commented 1 year ago

So is the project dead? Or you are not interested in people contributing and just ignore them instead of saying so?

Maybe try to fork and put the changes for yourself rather than being salty!?

ahmed-abderraham commented 1 year ago

@ahmetson thank you for your constructive comment.

The issue here is that the setup to build the admin's frontend is not there, so "putting the changes for myself" would mean either manually editing already built and minified javascript and css (which would be overwritten when they build again) or constructing that setup from scratch making sure it matches what they have (so I'd have to reverse-engineer it).

This would be solved by them just adding the Gulpfile and related config to the repo, virtually zero work.