1k-dev-commands
Installation
SKILL.md
OneKey Development Commands
For branch naming, commit format, rebasing, and PR conventions, read git-workflow.md.
Application Development Commands
PLATFORM-SPECIFIC DEVELOPMENT:
-
yarn app:desktop- Start desktop Electron app development with Rspack- Runtime: 30-60 seconds to start
- Common issues: Node version conflicts, missing native dependencies
- Troubleshooting: Run
yarn clean && yarn reinstallif startup fails
-
yarn app:web:rspack- Start web development server (port 3000)- Runtime: 15-30 seconds to start
- Common issues: Port 3000 already in use, rspack compilation errors
- Troubleshooting: Kill existing processes on port 3000, check console for specific errors