Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 388 Bytes

MegaAntiCheat-UI (WIP)

Heavily Work in Progress

This is the React UI for MegaAntiCheat (MAC) intended to be used with the client backend

Running

To Run this, clone this repository and run the following commands in the projects root folder

npm i
npm run dev

OR

pnpm i
pnpm run dev