You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,34 +44,6 @@ What makes EasyTransfer different? It's these features:
44
44
45
45
For specific deployment methods, please refer to the [Project Wiki](https://github.com/WCY-dt/EasyTransfer/wiki/Navigator).
46
46
47
-
## Development
48
-
49
-
### Client Commands (in `/client` directory)
50
-
51
-
```bash
52
-
npm run dev # Start development server
53
-
npm run build # Build for production
54
-
npm run preview # Preview production build
55
-
npm run lint # Run ESLint with auto-fix
56
-
npm run format # Format code with Prettier
57
-
npm test# Run tests
58
-
npm run test:watch # Run tests in watch mode
59
-
npm run test:ui # Run tests with UI
60
-
```
61
-
62
-
### Server Commands (in `/server` directory)
63
-
64
-
```bash
65
-
npm run dev # Build and start with nodemon
66
-
npm run build # Compile TypeScript
67
-
npm run start # Start production server
68
-
npm run lint # Run ESLint with auto-fix
69
-
npm run format # Format code with Prettier
70
-
npm test# Run tests
71
-
npm run test:watch # Run tests in watch mode
72
-
npm run test:ui # Run tests with UI
73
-
```
74
-
75
47
## Contributing
76
48
77
49
If you want to contribute code to this project, please refer to the [Contribution Guide](https://github.com/WCY-dt/EasyTransfer/blob/main/CONTRIBUTING.md).
0 commit comments