-
Notifications
You must be signed in to change notification settings - Fork 213
Page 3. Source Code Setup: Windows
Morsmalleo edited this page Apr 26, 2024
·
15 revisions
Required for Decompiling, Building and Signing.
Required to run the Application.
Required for Git Cloning
- Download a copy of the AhMyth source code as a
.zip
archive or usegit clone
to obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth
- Open "File Browser" or use PowerShell/Command Prompt, and change directories to the
AhMyth/AhMyth-Server
directory.
- PowerShell
set-location path/to/AhMyth/AhMyth-Server
- Command Prompt
cd path/to/AhMyth/AhMyth-Server
- Double Click & Run the
autoinstall_win.bat
file to install electron v11.5.0 if you are using a file browser, or if you're using PowerShell or Command Prompt you can install electron yourself.
npm install [email protected]
- Double Click & Run the
start_win.bat
file if you're using the File Browser to start AhMyth, or launch AhMyth from the Command Line usingnpm
.
npm start
npx electron ./app --no-sandbox start
- This Setup guide was written for Windows 7 SP 1 through Windows 11.