FiveM storefront for North City with Firestore-backed purchase records, Discord logging, and a delivery bridge ready for car, rank, and package orders.
- Install dependencies:
npm install - Configure optional integration endpoints in
.env.local - Start the app:
npm run dev
VITE_FIVEM_STORE_ENDPOINT— optional FiveM order bridgeVITE_DISCORD_STORE_WEBHOOK— optional Discord logging endpointVITE_STORE_URL— optional public store URL used by the Store link button
- Purchases are written to Firestore before delivery requests are dispatched.
- Real payment providers can be added later without redesigning the storefront flow.