Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1006 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1006 Bytes

Emoji Picker

Just click to copy your Emoji

Built with nodegui and nodegui-starter

v1.0.0 linux Release (AppImage)

Screenshots

App Window:

App Window

System Tray:

System Tray

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

Make sure you have met the requirements listed here: https://docs.nodegui.org/#/tutorial/development-environment

From your command line:

# Clone this repository
git clone https://github.com/elviosak/emoji-picker
# Go into the repository
cd emoji-picker
# Install dependencies
npm install
# Run the app
npm start

# Or create an executable file for your platform
npm run pack

License

MIT