Pure code setup - composer create-project

I looked at the download for SuiteCRM and it contains the vendor directory and not .gitignore that woudl normally ignore things like the vendor directory, which I’m quite obstinate about not committing to my repo. Is there a composer create-project example that would have this type of setup, alternatively can someone point to a build script that the builds SuiteCRM to generate the download, or something like this where I can figure my deployment and version control strategy?

You can simply fork the repo, fetch your local clone and set it up as you prefer (gitignore etc).

Then you need to

  • composer install to get PHP modules
  • yarn build to build the front-end (I don’t have the exact commands here)