Thanks to visit codestin.com
Credit goes to github.com

Skip to content

x8rr/cherri

Repository files navigation

Cherri

image

A UBG project built to be clean, simple, and easy to use. With over 700 games sourced from two different stores, 40 apps, a fast and powerful browser, extensive customization options, and much more, this is easily one of the best unblocked websites.


Roadmap

  • Games
  • Apps
  • Proxy
  • Movies
  • Chatroom
  • Game overlay

Deployment

Cherri is deployable to remotely any hosting service, and even locally deployable.

Follow the steps below to deploy.

Method 1: Deploy Buttons

Deploy to Heroku Run on Replit Remix on Glitch Deploy to Amplify Console Run on Google Cloud Deploy to Oracle Cloud Deploy on Railway Deploy to Vercel Deploy to Netlify Deploy to Koyeb Deploy to Render Deploy to Cyclic

Important

To deploy on Cloudflare Pages, use this repository. This version excludes Classplay store files due to Cloudflare’s 25 MB limit.

Method 2: Deploying Locally

Clone the repository:

git clone https://github.com/x8rr/cherri.git

Enter the directory:

cd cherri

Run a local development server:

python3 -m http.server        # simple Python HTTP server
netlify dev                   # emulate a Netlify production environment

Method 3: Deploying to Firebase

Ensure you have a Firebase account and a project ready.

Install the Firebase CLI:

npm i -g firebase-tools

Initialize a hosting project:

firebase init hosting

Follow the CLI steps, then deploy.


If You Fork This Project

Please consider starring the repository.

You must not:

  • Modify the AGPL license
  • Claim this code as your own
  • Fail to provide proper credit
  • Use this code in your website without attribution
  • Detach from the fork network without giving credit
  • Violate the license in any way
  • Steal the code or redistribute it without acknowledgment

You may:

  • Deploy it without any modifications
  • Deploy it with modifications (as long as credit and a changelog are included)
  • Perform other allowed actions as defined by the license

To remain compliant, it is recommended that you include a notice like this:


FORK NOTICE

This repository was derived from x8rr/cherri. All original code was written by the project owner (x8rr). The following changes have been made to this fork:

  • Change 1
  • Change 2
  • Change 3