Awesome
<img src="assets/Icon.png" width="40" align="left">GroupMe
Unofficial GroupMe app
Download
Linux Shortcut
Create a file in ~/.local/share/applications/
called GroupMe.desktop
with the following contents:
[Desktop Entry]
Name=GroupMe
Exec=/path/to/GroupMe
Terminal=false
Type=Application
Icon=/path/to/GroupMe/resources/app/assets/Icon.png
Replace all instances of /path/to
with the actual path of the GroupMe app.
Development
<table> <tr> <td>Init</td> <td><code>npm install</code></td> </tr> <tr> <td>Run</td> <td><code>npm start</code></td> </tr> <tr> <td>Build</td> <td><code>npm run build</code></td> </tr> <tr> <td>Build macOS</td> <td><code>npm run build-darwin</code></td> </tr> <tr> <td>Build Windows</td> <td><code>npm run build-win32</code></td> </tr> <tr> <td>Build Linux</td> <td><code>npm run build-linux</code></td> </tr> </table>Made with Electron.
License
MIT © Devin Rousso