@adyen/adyen-platform-experience-web
v1.1.1
Published
![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)
Downloads
378
Readme
Adyen Platform Experience
Adyen Platform Experience provides you with the building blocks to create an internal dashboard for your platform customers.
Prerequisites
Installation
We only provide full support when you use one of these methods of installation.
Node package manager
- Install the Adyen Platform Experience Node package:
npm install @adyen/adyen-platform-experience-web --save
- Import Adyen Platform Experience into your application:
import AdyenPlatformExperience from '@adyen/adyen-platform-experience-web';
Development
To run the development environment:
- Clone this repository.
- Create a
.env
file on your project's root folder following the example inenv.default
and fill in the environment variables. - Install the dependencies by running:
npm install
- Run the development environment, which starts a server listening on http://localhost:3030:
npm start
Contributing
We merge every pull request into the main
branch. We aim to keep main
in good shape, which allows us to release a new version whenever we need to.
Have a look at our contributing guidelines to find out how to raise a pull request.
See also
Support
If you have a feature request, or spotted a bug or a technical problem, create an issue here.
For other questions, contact our support team.
License
This repository is available under the MIT license.