39 lines
1.0 KiB
Markdown
39 lines
1.0 KiB
Markdown
# Get 4chan X [HERE](http://seaweedchan.github.io/4chan-x/).
|
|
|
|
## Reporting bugs
|
|
|
|
1. Make sure your **browser** & **4chan 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:
|
|
1. Report precise steps to reproduce the problem.
|
|
2. Report console errors, if any.
|
|
3. 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 4chan X.
|
|
- `cd` into it.
|
|
- Install [node.js](http://nodejs.org/).
|
|
- Install [Grunt's CLI](http://gruntjs.com/) with `npm install -g grunt-cli`.
|
|
- Install 4chan 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
|