Files
Proxmox/README.md
2024-06-15 14:52:14 +02:00

22 lines
509 B
Markdown

# Proxmox Helper Scripts
re-design of the [Proxmox VE helper-script website](https://helper-scripts.com) .
Feel free to fork the project or post feedback in the [Discussion tab](https://github.com/BramSuurdje/proxmox-helper-scripts/discussions). Your feedback is always welcome.
## How to Contribute
First, install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
then, Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.