mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
778 B
778 B
ProxMenux
ProxMenux is a menu-driven script for Proxmox VE management. This repository contains both the core ProxMenux tool and its documentation website.
Project Structure
/web
: Contains the Next.js website for ProxMenux documentation/guides
: Markdown files for various guidesCHANGELOG.md
: Project changelog
Getting Started
To run the documentation website locally:
- Navigate to the
/web
directory - Install dependencies:
npm install
- Run the development server:
npm run dev
Deployment
This project is set up for automatic deployment to GitHub Pages using GitHub Actions. Any push to the main
branch will trigger a new build and deployment.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.