Installation
Installing the UmbCheckout Stripe Starter Kit
The UmbCheckout Stripe Starter Kit makes use of dotnet templates and is installed using the NuGet package manager using the below command:
Once installed you will need to create a new folder on your machine, within this folder you will need to open a command prompt, terminal, or PowerShell and run the following:
Once installed you need to run the following command to build and run the site:
Next is to install Umbraco in the normal way following the prompts within the installer.
On the first run of the site after the installer has completed uSync will import all of the demo content, images, and configurations.
Next, you are required to configure the UmbracoApplicationUrl within the Web routing settings within your appsettings.json file
The final step is to add your Stripe API keys to the appsettings.json
Last updated