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 withreact
SPA front end
More details on each can be found in the project level readme.md.
- clone down
- run
git submodule init
&git submodule update
to load org submodules - run
cd org
&./build
to generate a new scratch org from source.cd ..
back to root when done cd website
. follow readme instructions on starting site