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
- Host: GitHub
- URL: https://github.com/phantom-98/xienpay-v2
- Owner: phantom-98
- Created: 2024-06-03T13:37:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T17:52:01.000Z (8 months ago)
- Last Synced: 2025-02-28T01:18:18.217Z (8 months ago)
- Topics: antd, netlify, reactjs, typescript, umijs
- Language: TypeScript
- Homepage: https://adm.xienpay.com
- Size: 664 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).