A fun, nostalgic web toolkit built on Heroku and Salesforce. Check out wickedcoolkit.com for instructions on how to create your own.
This repo contains the code that each individual can deploy to Heroku to manage their Wicked Coolkit.
This is an Express app that pulls in most of its functionality from the wicked-coolkit
package.
To run it, first run npm run build
followed by npm start
.
When running locally (and testing against a local database and Salesforce scratch org), you can create a .env
file with the following variables:
DATABASE_URL=postgres://localhost:5432/heroku-wicked-coolkit
SALESFORCE_URL=https://test.salesforce.com