The electron app.
This currently doesn't work with the bot due to discord.js requiring Node => 16.6.0. As a workaround, you can run this in dev mode with the bot running separately.
-
git clone --recurse-submodules https://github.com/kawuchuu/shinka-app.git
-
npm i
oryarn
-
cd shinka
-
npm i
oryarn
-
cd ..
-
npm run electron:serve
oryarn electron:serve
-
To build:
npm run electron:build
oryarn electron:build
These command line arguments should only be used for development purposes.
App:
--disableBot
- only launch the app
Bot:
--useServer
- enables the Shinka express server--devState
- use dev state header for express server
Note: This README is incomplete.