- NodeJS/NPM (Latest Stable Version)
- Bower (
sudo npm install -g bower
) - Electron (
sudo npm install -g electron-prebuilt electron-packager
)
cd
to this directorybower install
electron ./
- Python 2.7
- Python Tkinter
- Build with
python /path/to/pyinstaller.py --onefile --windowed /path/to/readloadorder.py
This is a desktop Electron app. It uses Angular and Angular Material for the frontend. As with the rest of the modwatch repos, the Angular code should be switching to the John Papa Styleguide for modularity and Angular 2 conversion. Gulp should also be incorporated at some point, if only for cleaner file structure.
- Fork this repo
- Open an issue for the problem/enhancement you want to work on
- Create a branch that has to do with the issue you want to fix
- Implement your changes
- Make a pull request to this repo
- If there are no merge conflicts, and I've already approved the issue you created, I'll most likely merge your changes in
When making changes, do your best to follow the standards already set in other parts of the repo. Changes should not be noticeable when looking through source code. I would prefer all changes pass eslint
with the .eslintrc
in the root directory.