An App launcher.
We don't have the energy to write a complete development specification yet. At this stage, we ensure compliance through code review.
However, we will use some reference materials:
- Google HTML/CSS Style Guide
- Google TypeScript Style Guide
- Airbnb React Style Guide
- Angular Commit Message Format
Maybe in the future, we will introduce some linters and formatters to solve the problem to some extent.
Note:
开发期间需要先自己建好
~\AppData\Roaming\applauncher.io.github.swordtraveller
目录,这个目录是与 tauri 包名相对应的,否则无法创建持久化所需的文件。
The following script is based on Windows Powershell test, using pnpm as the package manager:
pnpm install
pnpm tauri dev
It may work on other platforms, using other package managers, but this has not been tested.