From 6e45e65f1c9df84d4dbd8a847a1ba177bbf4b158 Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Wed, 15 Mar 2023 00:18:26 -0400 Subject: [PATCH] Adding husky prepare --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.md b/ReadMe.md index 03edca5..24b2663 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,6 +10,7 @@ This base package provides some plumbing and a the ability to connect to an org unzip electron-sf-base.zip cd electron-sf-base npm install + npm run prepare npm start One the application is running you'll likely want to update the package.json file, start a git repository, replace this readme, and get to work on your project.