Different installation approaches can be used:
Starting in the root of one of the SFDX projects (either the screen component one or the actions component one, and not the same as the root of the Github parent project):
- if you want to push to a scratch org, run:
sfdx force:source:push
- if you want to deploy to a regular org:
-
create a metadata version of the project:
- make a tempdir to hold the metadata:
mkdir mdapioutput
- convert the source to metadata:
sfdx force:source:convert -d mdapioutput/
- make a tempdir to hold the metadata:
-
deploy to your org:
sfdx force:mdapi:deploy -d mdapioutput/ -u MyOrgAlias -w 100
-
Note: if you only want to try deploying a subset of the components, create a package.xml specifying the specific ones to use. Note: for great tutorials on all of this, see (https://trailhead.salesforce.com/trails/sfdx_get_started)
- Select a component from either the Flow Screen Components page or the Flow Action Components page.
- Drill down into its aura folder and make a note of the various subcomponents involved.
- In Developer Console, create copies of the subcomponents.
Click-installable packages are maintained by the community at this location. Note that community content is not provided by or supported by Salesforce.