Skip to content

Adyen/adyen-platform-experience-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Experience header

Adyen Platform Experience

npm

Adyen Platform Experience components provides you with the building blocks to create an interactive dashboard for your platform customers.

Contributing

We strongly encourage you to contribute to our repository.

Keep in mind we merge every pull request into the develop branch. We aim to keep develop in good shape, which allows us to release a new version whenever we need to.

Find out more in our contribution guidelines.

Requirements

Installation

We only provide full support when you use one of these methods of installation.

Node package manager

  1. Install the Adyen Platform Experience Node package:
npm install @adyen/adyen-platform-experience-web --save
  1. Import Adyen Platform Experience into your application:
import AdyenPlatformExperience from '@adyen/adyen-platform-experience-web';

Development

To run the development environment:

  1. Clone this repository.
  2. Create a .env file on your project's root folder following the example in env.default and fill in the environment variables.
  3. Install the dependencies by running:
npm install
  1. Run the development environment, which starts a server listening on http://localhost:3030:
npm start

See also

Support

If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue here. For other questions, contact our Support Team via Customer Area or via email: [email protected]

License

MIT license. For more information, see the LICENSE file.