Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.01 KB

readme.md

File metadata and controls

38 lines (28 loc) · 1.01 KB

Get Appchan X HERE.

Reporting bugs

  1. Make sure your browser & Appchan X are up to date.
  2. Please include as much information as possible, including your internet browser
  3. Disable your other extensions & scripts.
  4. If your issue persists:
  5. Report precise steps to reproduce the problem.
  6. Report console errors, if any.
  7. Report browser and browser version.

Open your console with:

  • Ctrl + Shift + J on Chrome & Firefox
  • Ctrl + Shift + O on Opera.

Development & Contribution

Get started

  • 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

  • Build with grunt.
  • For development (continuous builds), run grunt watch.

Contributing

  • Fork the repo
  • Edit the CoffeeScript source
  • Build the JavaScript
  • If the edits affect regular users, edit the changelog
  • Send a pull request