A simple cross-platform, limited functionality desktop client (runs on Mac, Windows and Linux) for Shacknews Chatty.
This was a fun weekend project to experiment with building an application using Electron.
The application is built with React and Typescript and is based on electron-react-boilerplate.
Visit the releases page and download a binary suitable for your platform.
- Make sure you have node installed
- Install
yarn
vianpm install -g yarn
- Clone this repository
- Change into the cloned repository directory
- Run
yarn && yarn dev
and it should build and launch
Note: This project uses keytar for managing credentials in a cross-platform way. When you first run yarn
, it will likely need to build some platform-specific things. This could take an extra minute or two, and depending on the state of your computer, it might need some additional dependencies (like command line tools for Xcode on a Mac)