See https://jekyllrb.com/docs/installation/
git clone https://github.com/osmbe/website
bundle install
bundle exec jekyll serve
See https://stripe.com/docs/api/curl#account.
curl https://api.stripe.com/v1/accounts \
-u <secret_key>: \
-d type=standard \
-d country=BE \
-d email="<email_address>"
Replace <secret_key>
by your secret key and <email_address>
by the email address of the new account.
We use https://github.com/jbelien/stripe-apigility to run the Stripe "component" for the donation page.
...
npm install
npm run build:event
Create .env
file:
STRIPE_CONNECT_ACCOUNT =
STRIPE_PUBLISHABLE_KEY =
WEBTASK_URL =
npm install
npm run build:stripe