A web application to create and manage modpacks for the game Project Zomboid.
To set up the project locally, follow these steps:
-
Ensure pnpm is installed: If you don't have pnpm installed, install it globally using npm:
npm install -g pnpm -
Clone the repository:
git clone https://github.com/TheMath123/pz-modpack-creator.git -
Navigate to the project directory:
cd pz-modpack-creator -
Install dependencies using pnpm:
pnpm install -
Start the development server:
pnpm run dev
Then, open http://localhost:3000 in your browser.
You can deploy this application on Vercel by following these steps:
- Go to Vercel and log in or sign up.
- Click on "New Project" and connect your GitHub account.
- Select this repository and deploy.
Vercel automatically detects the use of pnpm (via the pnpm-lock.yaml file) and will run pnpm install during the build process, so no additional configuration is needed.
With the application running, you can:
- Browse available mods for Project Zomboid.
- Select mods to include in your modpack.
- Configure modpack settings (if applicable).
- Generate and download your modpack.
Note: Detailed usage instructions will be added as the application develops.
Contributions are welcome! Please fork the repository and submit pull requests for improvements or new features.