This project is the frontend of TeXHub.
develop this project:
git clone https://github.com/RedDwarfTech/texhub-web.git
# install the dependencies
pnpm install
# start develop server
pnpm run dev
# start the nginx in local machine(macOS 13.4)
/opt/homebrew/opt/nginx/bin/nginx -c /System/Volumes/Data/opt/homebrew/etc/nginx/nginx.conf
# reload the configuration
/opt/homebrew/opt/nginx/bin/nginx -s reload -c /System/Volumes/Data/opt/homebrew/etc/nginx/nginx.conf