An open API service indexing awesome lists of open source software.

https://github.com/phantom-98/xienpay-v2

Admin dashboard for merchant management system
https://github.com/phantom-98/xienpay-v2

antd netlify reactjs typescript umijs

Last synced: 7 months ago
JSON representation

Admin dashboard for merchant management system

Awesome Lists containing this project

README

          

# Xienpay Admin Dashboard

This project is an admin dashboard for Xienpay to manage merchants and track payments.

## Environment Prepare

Install `node_modules`:

```bash
npm install
```

## Provided Scripts

Scripts provided in `package.json`. It's safe to modify or add additional script:

### Start project

```bash
npm start
```

### Build project

```bash
npm run build
```

### Check code style

```bash
npm run lint
```

You can also use script to auto fix some lint error:

```bash
npm run lint:fix
```

### Test code

```bash
npm test
```

## More

This is the updated version of [this repo](https://github.com/phantom-98/xienpay).