Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
# httpx is a required dependency for FastHTML, feel free to substitute for something else. | |
import httpx | |
import os | |
import platform | |
# Constants and Variables | |
NAME = "" | |
CACHE_PATH = ".tailwindcss" | |
INPUT_CSS_FILE = f"{CACHE_PATH}/input.css" | |
OUTPUT_CSS_FILE = "static/css/style.css" |
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
Here are the simple steps needed to create a deployment from your local GIT repository to a server based on this in-depth tutorial.
You are developing in a working-copy on your local machine, lets say on the master branch. Most of the time, people would push code to a remote server like github.com or gitlab.com and pull or export it to a production server. Or you use a service like deepl.io to act upon a Web-Hook that's triggered that service.