init project

This commit is contained in:
pompurin404
2024-07-30 11:04:18 +08:00
commit dc56a69e37
36 changed files with 6416 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# mihomo-party
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```