Skip to content

forcecreators/salesforce-profiler

Repository files navigation

Salesforce Profiler

Salesforce Profiler is a tool for profiling and inspecting your Salesforce ORG's performance.
Our latest .dmg and .exe installers can be found here

Getting Started

git clone https://github.com/forcecreators/salesforce-profiler salesforce-profiler
cd salesforce-profiler
yarn
yarn start

New to Node.js Development?

If you're new to Node.js development and want to get started quickly, try using our setup scripts.

For Windows
Windows users will need to install nvm before running setup.bat. The latest installers can be found here

git clone https://github.com/forcecreators/salesforce-profiler salesforce-profiler
cd salesforce-profiler
setup.bat
yarn start

For MacOS

git clone https://github.com/forcecreators/salesforce-profiler salesforce-profiler
cd salesforce-profiler
sudo sh setup.sh
yarn start

What the Setup Scripts Do

  • Installs Node.js
  • Installs a Node.js Version Manager
    • Windows Users: you'll need to install nvm before running setup. The latest installers can be found here
    • MacOS Users: setup.sh will automatically install n
  • Tells your Node Version Manager to run on the latest stable release
  • Installs yarn
  • Tells yarn to gathers all project dependencies and performs a build

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages