https://github.com/launchscout/demo-store
A demo store for stripe-cart
https://github.com/launchscout/demo-store
Last synced: 10 months ago
JSON representation
A demo store for stripe-cart
- Host: GitHub
- URL: https://github.com/launchscout/demo-store
- Owner: launchscout
- Created: 2022-12-12T18:01:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T16:12:07.000Z (over 2 years ago)
- Last Synced: 2024-04-13T07:10:32.116Z (over 2 years ago)
- Language: CSS
- Size: 457 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launch Elements Demo Store
This is the demo store for [Launch Elements](https://elements.launchscout.com)
# Running with example data
To run the demo store with example data from a test store and test stripe account:
```
npm install
npm start
```
# Using your own Stripe Account
1. Sign up for an account at `elements.launchscout.com`
2. Connect your stripe account
3. Create a store
4. Copy the values from your store into .env
5. `npm start`
This will create product pages for each product it finds in your Stripe Account. If you don't have any products, you won't see anything :)