Skip to content

XtherDevTeam/CyberWaifu-v2-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberWaifu V2 Desktop Client

This is the desktop client for CyberWaifu V2 made with Electron and React.

Running the app

To run the app, you need to have Node.js and npm installed on your machine.

npm install
# start the server
npm run start
# in another terminal, run electron
YOIMIYA=development npm run electron-start

The app will start on http://localhost:3000.

Building the app

To build the app, run:

# build the app
npm run build
# package the app for distribution
npx electron-builder

Then, you shall be able to find the packaged app in the dist folder.

License

This project is licensed under the MIT license.

About

Desktop client for CyberWaifu-v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages