https://github.com/ibotpeaches/apktool.org
The website for apktool.org
https://github.com/ibotpeaches/apktool.org
apktool docs
Last synced: 2 months ago
JSON representation
The website for apktool.org
- Host: GitHub
- URL: https://github.com/ibotpeaches/apktool.org
- Owner: iBotPeaches
- Created: 2025-01-16T12:42:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T10:28:19.000Z (about 1 year ago)
- Last Synced: 2025-05-08T18:18:31.571Z (about 1 year ago)
- Topics: apktool, docs
- Language: MDX
- Homepage: https://apktool.org/
- Size: 1.19 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apktool Website
_This is the [https://apktool.org](https://apktool.org) website written in [Docusaurus](https://docusaurus.io). The tool is at the [Apktool](https://github.com/iBotPeaches/Apktool) repository._
## Installation
```bash
npm install
```
### Local Development
```bash
npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.