mirror of
https://github.com/artegoser/pimi-launcher.git
synced 2024-11-05 12:03:58 +03:00
Update README.md
This commit is contained in:
parent
6e83421b38
commit
0c42f6da1c
1 changed files with 1 additions and 32 deletions
33
README.md
33
README.md
|
@ -1,34 +1,3 @@
|
|||
# pimi-launcher
|
||||
|
||||
An Electron application with React
|
||||
|
||||
## 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
|
||||
$ npm install
|
||||
```
|
||||
|
||||
### Development
|
||||
|
||||
```bash
|
||||
$ npm run dev
|
||||
```
|
||||
|
||||
### Build
|
||||
|
||||
```bash
|
||||
# For windows
|
||||
$ npm run build:win
|
||||
|
||||
# For macOS
|
||||
$ npm run build:mac
|
||||
|
||||
# For Linux
|
||||
$ npm run build:linux
|
||||
```
|
||||
Modern minecraft launcher based on [pimi-launcher-core](https://github.com/artegoser/pimi-launcher-core)
|
||||
|
|
Loading…
Reference in a new issue