Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunomart97/pc-monitoring
https://github.com/brunomart97/pc-monitoring
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunomart97/pc-monitoring
- Owner: brunomart97
- Created: 2024-03-05T21:49:41.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-15T00:37:09.000Z (8 months ago)
- Last Synced: 2024-05-01T17:57:33.018Z (7 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
### Dependencies
Install the dependencies
```shell
npm install
```### Development environment
Running the project
In a terminal, run react:
```shell
npm run react
```In another terminal, run electron:
```shell
npm run electron
```### Build the project
First, run the react build:
```shell
npm run build-react
```Then, run the electron build for the chosen operational system:
Windows:
```shell
npm run build-electron-win
```Mac:
```shell
npm run build-electron-mac
```Linux:
```shell
npm run build-electron-linux
```