pmicares/README.md

16 lines
446 B
Markdown
Raw Permalink Normal View History

2025-04-29 04:42:49 -04:00
# PMI Secure Developer Environment
Cannon shit for some RPs that I like to do. Runs Electron under the hood.
> ⚠️ **This connects to an IRC Server.**
>
> In order to make something cool, I wanted to have the "emulator" for the meshnet be able to communicate with others. It's just a simple IRC channel with no protection, so please keep that in mind.
2025-04-29 04:36:16 -04:00
2025-04-29 04:42:49 -04:00
## To Run
- install NPM
- Install Packages
``` bash
npm i
2025-04-29 04:36:16 -04:00
```
2025-04-29 04:42:49 -04:00
- Run
``` bash
npm start
```