Ryuno-Ki / wicked-coolkit-user

A fun, nostalgic web toolkit built on Heroku and Salesforce.

Home Page:https://wickedcoolkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wicked-coolkit-user

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.

Deploy

Local Dev

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

About

A fun, nostalgic web toolkit built on Heroku and Salesforce.

https://wickedcoolkit.com


Languages

Language:HTML 49.1%Language:CSS 34.3%Language:JavaScript 16.5%