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 + J
on Chrome & FirefoxCtrl + Shift + O
on Opera.
- Clone Appchan X.
cd
into it.- Install node.js.
- Install Grunt CLI with
npm install -g grunt-cli
. - 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