|
1 | 1 | # Advanced PortChecker |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | 5 |  |
6 | 6 |  |
7 | 7 |  |
8 | 8 |
|
9 | | -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. |
| 9 | +Advanced PortChecker is a free and open-source application that can help you check if ports are open or closed on a certain host. You can check multiple ports at once and export the results in plain text, CSV or JSON format! |
10 | 10 |
|
11 | | -Currently, two official plugins are available: |
| 11 | +## Building |
12 | 12 |
|
13 | | -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh |
14 | | -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh |
| 13 | +Advanced PortChecker uses tauri to build the desktop application. You can find more information about Tauri [here](https://tauri.app/v1/guides/). |
| 14 | + |
| 15 | +For more information about building using `vite`, please read the `Vite` documentation [here](https://vitejs.dev/guide/build.html). |
| 16 | + |
| 17 | +### Development |
| 18 | + |
| 19 | +You can start a development preview by running the `yarn tdev` command: |
| 20 | +```shell |
| 21 | +yarn tdev |
| 22 | +``` |
| 23 | + |
| 24 | +### Windows |
| 25 | + |
| 26 | +#### Installer |
| 27 | + |
| 28 | +You can create an executable installer by running the `yarn tbuild` command on a Windows host: |
| 29 | +```shell |
| 30 | +yarn tbuild |
| 31 | +``` |
| 32 | + |
| 33 | +### Linux |
| 34 | + |
| 35 | +#### deb |
| 36 | + |
| 37 | +You can create a .deb file, by running the `yarn tbuild` command on a Linux host: |
| 38 | +```shell |
| 39 | +yarn tbuild |
| 40 | +``` |
| 41 | + |
| 42 | +#### AppImage |
| 43 | + |
| 44 | +You can create an [AppImage](https://appimage.github.io/) by executing the `yarn tbuild` command on a Linux host: |
| 45 | +```shell |
| 46 | +yarn tbuild |
| 47 | +``` |
| 48 | + |
| 49 | +### macOS |
| 50 | + |
| 51 | +#### dmg |
| 52 | + |
| 53 | +You can create a macOS build by running the `yarn tbuild` command on a macOS host: |
| 54 | +```shell |
| 55 | +yarn tbuild |
| 56 | +``` |
| 57 | + |
| 58 | +#### Archive |
| 59 | + |
| 60 | +You can create a macOS build by running the `yarn tbuild` command on a macOS host: |
| 61 | +```shell |
| 62 | +yarn tbuild |
| 63 | +``` |
| 64 | + |
| 65 | +## Credits |
| 66 | + |
| 67 | +### Tauri |
| 68 | + |
| 69 | +This project uses [Tauri](https://tauri.app/) to create a cross-platform application. |
| 70 | + |
| 71 | +### ReactJS |
| 72 | + |
| 73 | +This project uses [React](https://reactjs.org/) to create the user interface. |
| 74 | + |
| 75 | +### Theme |
| 76 | + |
| 77 | +The theme used in this application is [MUI](https://mui.com/). |
| 78 | + |
| 79 | +### Images |
| 80 | + |
| 81 | +The application icon (and derivatives) are provided by [RemixIcon](https://remixicon.com/). |
| 82 | +All other images were provided by [MUI](https://mui.com/material-ui/material-icons/). |
15 | 83 |
|
16 | 84 | ## About |
17 | 85 |
|
|
0 commit comments