-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor text highlighting for player info
- Loading branch information
1 parent
abc2506
commit 4720a5e
Showing
4 changed files
with
62 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
# MegaAntiCheat-UI (WIP) | ||
|
||
## Heavily Work in Progress | ||
|
||
This is the React UI for MegaAntiCheat (MAC) intended to be used with the [client backend](https://github.com/MegaAntiCheat/client-backend) | ||
|
||
### Running | ||
|
||
To Run this, clone this repository and run the following commands in the projects root folder | ||
## Running | ||
|
||
```sh | ||
npm i | ||
npm run dev | ||
```txt | ||
1. Head to the `Actions` tab | ||
2. Navigate to the `Build and Zip` workflow | ||
3. Click the top-most workflow run | ||
4. Download the latest Artifact | ||
5. Unzip the dist.zip and open the index.html file | ||
``` | ||
|
||
OR | ||
OR | ||
|
||
Clone this repository and run the following commands in the projects root folder | ||
|
||
```sh | ||
pnpm i | ||
pnpm run dev | ||
``` | ||
|
||
## Tech-stack | ||
|
||
### Programming Languages | ||
|
||
- Typescript | ||
|
||
### Framework | ||
|
||
- React | ||
|
||
### Bundler | ||
|
||
- Webpack | ||
|
||
### Frontend styling | ||
|
||
- TailwindCSS | ||
- CSS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters