1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
hipchat-emoticons-for-all/README.md

16 lines
737 B
Markdown
Raw Normal View History

2015-08-19 18:18:22 +01:00
# Hipchat Emoticons for all! #
2015-08-19 15:45:09 +01:00
2015-08-20 19:28:20 +01:00
2015-08-19 19:15:14 +01:00
## Building for yourself ##
2015-08-20 19:59:58 +01:00
Whilst I recommend that you use the plugins that are on the add-on stores of the respective browsers, building the apps yourself is perfectly possible, and __should__ be self contained within this application. I am building this on Ubuntu 15.04, but your luck may vary on other platforms.
### Build Commands ###
2015-08-19 19:15:14 +01:00
npm install
npm run build
2015-08-20 19:59:58 +01:00
## To-Do ##
2015-08-19 18:43:13 +01:00
* Add other sites support (currently facebook messages popup only)
2015-08-19 19:15:14 +01:00
2015-08-20 19:59:58 +01:00
## Disclaimer: ##
2015-08-19 18:43:13 +01:00
As you can tell, the quality of the code isnt perfect, or to a particular standard. Once the plugin works properly to a basic level, I will install some linting software to make the code look nicer, and possibly run smoother too.