63 lines
4.6 KiB
Markdown
63 lines
4.6 KiB
Markdown
<p align="center"><img src="https://raw.githubusercontent.com/MonkeyGG2/monkeygg2.github.io/main/imgs/icon-256-256.png" height="200"></p>
|
|
|
|
<div align="center">
|
|
<a href="https://discord.com/invite/yPYyZ78qCB"><img alt="Discord" src="https://img.shields.io/discord/1051660971900407839?label=discord"></a>
|
|
<a href="https://github.com/MonkeyGG2/monkeygg2.github.io"><img alt="Github Repo stars" src="https://img.shields.io/github/stars/MonkeyGG2/monkeygg2.github.io?label=github%20stars"></a>
|
|
<a href="https://github.com/MonkeyGG2/monkeygg2.github.io"><img alt="GitHub Repo forks" src="https://img.shields.io/github/forks/MonkeyGG2/monkeygg2.github.io?label=github%20forks"></a>
|
|
<a href="https://codeberg.org/MonkeyGG2/pages"><img alt="Codeberg Repo stars" src="https://img.shields.io/badge/dynamic/json.svg?label=codeberg%20stars&url=https://codeberg.org/api/v1/repos/MonkeyGG2/pages&query=stars_count"></a>
|
|
<a href="https://codeberg.org/MonkeyGG2/pages"><img alt="Codeberg Repo forks" src="https://img.shields.io/badge/dynamic/json.svg?label=codeberg%20forks&url=https://codeberg.org/api/v1/repos/MonkeyGG2/pages&query=forks_count"></a>
|
|
<a href="http://www.wtfpl.net/about"><img alt="License: WTFPL" src="https://img.shields.io/badge/License-WTFPL-brightgreen.svg"></a>
|
|
</div>
|
|
<h1 align="center">MonkeyGG2</h1>
|
|
<p align="center" style="opacity: 0.65;">Your Friendly Neighborhood Games Site.</p>
|
|
<br>
|
|
|
|
Welcome to MonkeyGG2, a feature-rich game site created for you! With over 150 games to choose from, MonkeyGG2 offers a unique and customizable gaming experience. Whether you're a gamer, a developer, or your average Joe, MonkeyGG2 provides a seamless and enjoyable gaming environment.
|
|
|
|
> Consider giving us a star! Especially if you forked this repository or you found some other use out of this repository.
|
|
|
|
## Features
|
|
|
|
- Over 150 games
|
|
- Easy to use
|
|
- Easy to deploy
|
|
- Customizable
|
|
- Proxy
|
|
- And More...
|
|
|
|
## Deployment
|
|
|
|
### Without Proxy
|
|
|
|
[](https://github.com/MonkeyGG2/monkeygg2.github.io)
|
|
[](https://glitch.com/edit/#!/import/github/MonkeyGG2/monkeygg2.github.io)
|
|
[](https://cloud.ibm.com/devops/setup/deploy?repository=https://github.com/MonkeyGG2/monkeygg2.github.io)
|
|
[](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/MonkeyGG2/monkeygg2.github.io)
|
|
[](https://deploy.cloud.run/?git_repo=https://github.com/MonkeyGG2/monkeygg2.github.io)
|
|
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/MonkeyGG2/monkeygg2.github.io/archive/refs/heads/main.zip)
|
|
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FMonkeyGG2%2Fmonkeygg2.github.io)
|
|
[](https://app.netlify.com/start/deploy?repository=https://github.com/MonkeyGG2/monkeygg2.github.io)
|
|
[](https://render.com/deploy?repo=https://github.com/MonkeyGG2/monkeygg2.github.io)
|
|
|
|
Alternatively, you can simply fork this repository on [GitHub](https://github.com/MonkeyGG2/monkeygg2.github.io) or [Codeberg](https://codeberg.org/MonkeyGG2/pages) and deploy to GitHub Pages or Codeberg Pages, respectively.
|
|
|
|
### With Proxy
|
|
|
|
Visit the [VioletGG2](https://github.com/MonkeyGG2/VioletGG2) page to learn more about hosting MonkeyGG2 with a proxy.
|
|
|
|
### Running Locally
|
|
|
|
```bash
|
|
# WARNING: if you have a folder named "monkeygg2", this command will remove all files inside of that folder
|
|
# please change the name of the directory in the following two commands
|
|
git clone https://github.com/MonkeyGG2/monkeygg2.github.io.git monkeygg2
|
|
cd monkeygg2
|
|
# from here you can use any tool for running a static server, "live-server" from npm will be used here
|
|
npm install -g live-server # only if you don't have it installed already
|
|
npx live-server
|
|
```
|
|
|
|
## License
|
|
|
|
Distributed under the WTFPL License. See [here](https://github.com/MonkeyGG2/monkeygg2.github.io/blob/main/LICENSE) for more details.
|