Skip to content

HtFast (HTML-FAST) is a project which helps new programmers get familiar with the backend and frontend connection, introducing a serverless project.

Notifications You must be signed in to change notification settings

astrisk-dev/HtFast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HtFast (HTML-FAST) is a project which helps new programmers get familiar with the backend and frontend connection, introducing a serverless project.

Resources

Stars

Watchers

Forks

Packages

No packages published