Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.28 KB

File metadata and controls

55 lines (36 loc) · 1.28 KB

HtFast

HTML - the FAST way. 😎

Setup

  1. Install all the required packages needed to run, using the script bellow.

    sudo apt install python3
    sudo python3 -m venv .venv
    sudo apt install apt pipx
    sudo pipx install radian
  2. Go head and download this project.

    git clone https://github.com/astrisk-dev/HtFast.git
  3. Open the folder and give the setup file its needed permissions.

    cd HtFast
    chmox +x run.sh
  4. Then run the following script to start your HtFast project!

Once the setup script has finished running, you're all set!

Uninstall

If ever wanted to uninstall this program, don't worry we made it easy! Just simply run this command: Be sure the program is closed by running CTRL + C in its hosted terminal.

sudo rm -r HtFast

Some Notices

  1. This is completly local, no internet acsess is needed except for the install.
  2. Be sure to research on how FastAPI functions online, no support regarding code will be given.

Thanks

Thank you for using our services, we hope you enjoy them, but be on the lookout for more updates for this repository, as some updates might be crucial.