Just click to copy your Emoji
Built with nodegui and nodegui-starter
v1.0.0 linux Release (AppImage)
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
MIT