Skip to content

citizenpkg/fivempkg

Repository files navigation

FiveMPkg

The official website and web interface for FiveMPkg - a powerful CLI and package manager for FiveM development.

FiveMPkg simplifies resource management, dependency handling, and deployment for FiveM servers and developers.

Features

  • 🚀 Browse and discover FiveM resources
  • ⚡️ Manage your FiveM server dependencies
  • 📦 Simplified package installation and updates
  • 🔄 Version control for your resources
  • 🔒 TypeScript-powered web interface
  • 🎉 Modern UI with TailwindCSS
  • 📖 Comprehensive documentation

Getting Started

Prerequisites

  • Node.js 18 or higher
  • pnpm (recommended) or npm

Installation

Install the dependencies:

pnpm install

Development

Start the development server:

pnpm run dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

pnpm run build

Deployment

Docker Deployment

To build and run using Docker:

docker-compose up -d

The containerized application can be deployed to any platform that supports Docker.

Manual Deployment

If you're familiar with deploying Node applications, the built-in app server is production-ready.

Make sure to deploy the output of pnpm run build

Related Projects


Built with ❤️ for the FiveM community.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published