Unoffical Desktop Android Messages (D.A.M) application.
Not affiliated with Google in any way. Android is a trademark of Google LLC.
Created with:
Make sure you have Node.js:
git clone https://github.com/McGdevfunk824/d.a.m..git
cd d.a.m.
npm install
npm start
npm start
Run all tests:
npm test
Run Unit tests:
npm run unit
Run End to End tests:
npm run e2e
To package your app into an installer use command:
npm run release
Once the packaging process finished, the dist
directory will contain your distributable file.