mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-17 19:16:25 +00:00
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
/webdirectory - 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.