Skip to content

InfiDim42/Emoji-Tools-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Tools

Build Status

https://EmojiTools.org/

Emoji Tools allows you to modify the emojis on your phone!

Developing

Start by running npm i to install all the necessary packages from npm.

The development environment is in two parts:

  • The Electron window: run with npm run dev-electron
  • The Webpack Dev Server: run with npm run dev-watch

During development, the Electron window will load the url http://localhost:9000/, which is where the Webpack Dev Server hosts the Angular files that compose Emoji Tools.

The Dev Server is necessary because it will automatically re-load whenever you change any files.

Compiling

To compile, run npm run build. Results can be found in build/bin. Generally, it is a good idea to let the continuous integration server do the compiling.

About

Emoji Tools' Second Revision, Based on Electron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.2%
  • TypeScript 9.9%
  • HTML 1.6%
  • Other 1.3%