Update README.md

This commit is contained in:
Artemy 2023-06-21 16:09:28 +03:00
parent 6e83421b38
commit 0c42f6da1c

View file

@ -1,34 +1,3 @@
# pimi-launcher # pimi-launcher
An Electron application with React Modern minecraft launcher based on [pimi-launcher-core](https://github.com/artegoser/pimi-launcher-core)
## 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
```