Crossplatform desktop client written in TypeScript/JavaScript using Electron
Use node 14
nvm install 14
nvm use 14
Use npm
npm install
# install dependencies
npm install
# run client
npm run start
# build electron application for production, where {platform} = win, mac or linux
npm run build-{platform}
# build for all platforms
npm run dist
If you want to help us translate the app you can head over to this page and check out the Readme provided there! :)