Get Appchan X HERE.
- Make sure your browser & Appchan X are up to date.
- Please include as much information as possible, including your internet browser
- Disable your other extensions & scripts.
- If your issue persists:
- Report precise steps to reproduce the problem.
- Report console errors, if any.
- Report browser and browser version.
Open your console with:
Ctrl + Shift + Jon Chrome & FirefoxCtrl + Shift + Oon Opera.
- Clone Appchan X.
cdinto it.- Install node.js.
- Install Grunt with
npm install -g grunt. - Install Appchan X dependencies with
npm install.
- Build with
grunt. - For development (continuous builds), run
grunt watch.
- Fork the repo
- Edit the CoffeeScript source
- Build the JavaScript
- If the edits affect regular users, edit the changelog
- Send a pull request