Skip to content

A website with games, apps, a proxy, emulator support, and more.

License

Notifications You must be signed in to change notification settings

DashingRiggs/Adurite

 
 

Repository files navigation

Adurite is an unblocked games website with over 300 games, 50 apps, a fast, reliable proxy with emulator support, and more.

If you fork this repository, please consider starring!

Features

  • about:blank
  • Proxy
  • 300+ games
  • 50+ apps
  • Custom cloaks
  • Brawl Stars, Roblox, Clash Royale, and more!
  • Wisp + Epoxy technology

Proxy Support

  • easyfun.gg
  • Google
  • Youtube
  • Discord
  • TikTok
  • Crazygames
  • Cool Math Games
  • And more!

Releases

To get releases for easy local deployment, go to the releases tab. Each release will be formatted as major.minor.patch. So, if it was major version 4, minor version 2, and patch 7, the tag would be v4.2.7.

Deployment

Option 1: Vercel

To deploy using Vercel, either use the button or follow the cloning steps below.

Using the button

Simple, just click the button.

Deploy with Vercel


Manually cloning

Go to Vercel, hit New Project, then enter this repository's URL into the 3rd Party URL slot. Then, follow the steps to deploy.

Option 2: Github Codespaces / Local Deployment

Important

You may use your package manager of choice (NPM, Yarn, Bun, etc.), but there is no guarantee it will work with Adurite. For compatibility, please use PNPM. Installing PNPM can be found in the guide above.

For speed, use Bun. For efficiency, use PNPM. For extra security, use Yarn. And if you just want to continue, use NPM. We recommend PNPM. You can find a guide to install PNPM below.

[OPTIONAL] Installing PNPM

First, make sure you have NPM installed. If you don't, head over to https://nodejs.org/ and grab their installer. NPM comes with Node.

Next, run the following command:

npm i -g pnpm

Caution

If you omit -g so it simply reads npm i pnpm, this will not install PNPM to the global bin, and you won't be able to run commands via PNPM (such as pnpm i, pnpm run build, etc). You must include -g

This will install PNPM on your computer for all of your projects and locations. You can now move on to the install!

1. Clone the Repository

First, clone the Adurite repository to your server:

git clone https://github.com/adurite-network/Adurite
cd Adurite

2. Install Dependencies and Start the Project

Once you've cloned the repository, install the required dependencies and start the application:

pnpm install && pnpm start

This will install all the necessary dependencies and start the application in production mode.

Development

If you are developing for Adurite, use the following commands:

pnpm install && pnpm dev

This will install dependencies and start the development server, which will automatically reload when you make changes to the code.

Enabling/Disabling the Astro toolbar

To enable/disable the Astro development toolbar, run the following command to enable/disable and start the server.

astro preferences < enable | disable > --global devToolbar && astro dev 
# Choose either enable or disable, do NOT just copy this command and execute.

Note

The Astro Development Toolbar will be enabled by default on every startup. If you wish to remove this functionality, then go to the package.json and remove the line causing this.


This website is based on Interstellar.
Thanks to Titanium Network for Ultraviolet, Corn Unblocked for a list of free Wisp servers, and Mercury Workshop for Epoxy
made with <3 by cl1pped (drop a follow)

About

A website with games, apps, a proxy, emulator support, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.5%
  • Astro 37.4%
  • JavaScript 6.2%
  • CSS 2.6%
  • Dockerfile 0.3%