Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iSyqozz committed Aug 21, 2023
0 parents commit 3875e2a
Show file tree
Hide file tree
Showing 30 changed files with 5,198 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

## Installation

1. Clone this repository to your local machine.
2. Navigate to the cloned directory .
3. Install dependencies using your package manager of choice: `npm install` or `yarn install`.


## Verbose Manual

Go to `Sniper Mode` => `usage`

## Usage:
start Application: `npm run start`.

## Config

All configurations should prefereably be done inside the settings menu of the application.

# Contributing

Contributions are welcome! If you find a bug or want to enhance the application, feel free to create an issue or submit a pull request.

Loading

0 comments on commit 3875e2a

Please sign in to comment.