Files
Proxmox/README.md
2024-05-01 22:53:18 +02:00

922 B

Proxmox Helper Scripts

Unofficial re-design of the Proxmox helper script website

feel free to fork the project. or post feedback in the Discussion tab. your feedback is always welcomed since we're all learning.

Todo

  • re-design the home-page
    • Add search bar for easy finding of scripts
    • Add modern landing page.
    • Add links for videos mentioning the script
    • Add links for socials. e.g. discord etc
  • FIX: fix drop downs not opening when searching

How to contribute

First, install the dependencies:

npm install
# or 
yarn install
# or
pnpm install
# or
bun install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.