This repository contains all the code which drives the open-force website. It is split into two projects:
-
org: A salesforce dx project which contains the metadata for the sfdc backend -
website: a nodejs backend withreactSPA front end
More details on each can be found in the project level readme.md.
- clone down
- run
git submodule init&git submodule updateto load org submodules - run
cd org&./buildto generate a new scratch org from source.cd ..back to root when done cd website. follow readme instructions on starting site