https://github.com/firestreaker2/ste-electron
Electron version of STE.
https://github.com/firestreaker2/ste-electron
electronjs nodejs ste
Last synced: about 1 month ago
JSON representation
Electron version of STE.
- Host: GitHub
- URL: https://github.com/firestreaker2/ste-electron
- Owner: FireStreaker2
- License: mit
- Created: 2023-04-03T03:48:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T02:29:20.000Z (over 2 years ago)
- Last Synced: 2025-01-18T00:12:09.130Z (over 1 year ago)
- Topics: electronjs, nodejs, ste
- Language: JavaScript
- Homepage: https://electron.ste.firestreaker2.gq
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Setup
### Method 1: Website
The website contains a couple ways for you to set this up. An installer, Prebuilt Binaries, and another one that leads you back here.
### Method 2: Manually Compiling
This is for the people that don't want to get a virus somehow, and also for the people that want to do this for some reason.
```bash
$ git clone https://github.com/FireStreaker2/STE-Electron.git
$ cd STE-Electron
$ npm i
$ npm run make
```
After everything has loaded, your directory should look something like this:
```
STE-Electron
├── node_modules/
├── out/
├── src
| ├── public
| | ├── favicon.png
| | ├── index.css
| | ├── index.html
| | ├── index.js
| └── index.js
├── .gitignore
├── forge.config.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
```
You then want to navigate to ``out/ste-electron-win32-x64/``, and inside you'll find all of the binaries!
## Credits
Electron
## License
MIT