Skip to content

hackesofice/Acode-live-server-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live server img

Closed Issues Stars Forks Issues Pull Requests Last Commit License Downloads Repo Size

Disclaimer

This is a simple backend server for the Acode Live Server plugin. It runs inside the Termux app on your Android device.

Typing SVG


Installation Steps

BACKEND (THIS ONE)

  1. Download Termux from F-Droid
  2. Install and open Termux.
  3. Copy and paste the following commands one by one OR all at once into Termux, then press Enter:
rm -rf Acode-live-server-backend
pkg update && pkg upgrade -y
termux-setup-storage
pkg install python -y
pkg install git -y
git clone https://github.com/hackesofice/Acode-live-server-backend.git
cd Acode-live-server-backend
pip install -r requirements.txt
python main.py

Note - If you're asked for permission or prompted with Y/N, type Y and press Enter, or tap "Allow" when requested.


HOW TO RUN NEXT TIME

Each time you want to use the plugin, run these two commands:

cd Acode-live-server-backend
python main.py

BONUS STEP (RECOMMENDED)

If you don’t want to run the commands manually every time, check out this tool:
https://github.com/hackesofice/all-in-one-runner.git


Frontend (Acode App Plugin)

  1. Install the Acode app from the Google Play Store.
  2. Tap the menu icon (top-left corner).
  3. Tap the Extensions icon.
  4. Search for Live Server.
  5. Tap on the result, then tap Install.

Contribution

Contributions are welcome! Everything is open source:

  • Found an issue? Open one on GitHub.
  • Want to contribute code? Fork the repo, make your changes, and submit a pull request with a clear description.

About

Backend server for Acode Live Server plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages