Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Bodycam overlay generator for streamer.

License

Notifications You must be signed in to change notification settings

RomainAntunes/fivem-bodycam-overlay

Repository files navigation

FiveM Bodycam Overlay Generator

Overview

This is a FiveM Bodycam Overlay Generator, built with Vite, React, TypeScript, ESLint, and Prettier. It provides a seamless development environment for creating bodycam overlays for use in the FiveM platform.

Getting Started

To set up the development environment, follow these steps:

  1. Clone the repository: git clone https://github.com/RomainAntunes/fivem-bodycam-overlay
  2. Navigate to the project directory: cd fivem-bodycam-overlay
  3. Install dependencies: npm install or yarn install

Image

image

Scripts

  • dev: Start the development server with Vite.
    npm run dev
  • build: Build the project for production.
    npm run build
  • serve: Preview the production build locally.
    npm run serve
  • lint:fix: Automatically fix linting issues.
    npm run lint:fix
  • lint:format: Format code using Prettier.
    npm run lint:format
  • lint: Run both lint:format and lint:fix.
    npm run lint
  • type-check: Run TypeScript type checking.
    npm run type-check

Dependencies

Dev Dependencies