Giter Club home page Giter Club logo

polaris's Introduction

Skool

A professional game and proxy site where you can bypass school or work restrictions.


Discord Commit activity

Links

Fork this repo to deploy your own unblocked version.

[in accordance with the license we are using, you may not use any of our code in a closed-source manner]

polaris's People

Contributors

ashtom avatar dependabot[bot] avatar fowntain avatar plastics-eater avatar russell2259 avatar skoolbot avatar tristandevs avatar villainsrule avatar xthonk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

polaris's Issues

Unknown Error

Screenshot 2024-02-04 6 03 41 PM
I continuously get the same error and has not been fixed yet, it usually happens once or twice and fixes itself, but it doesn't for some reason.

Too large

Polaris is too large for deployment.
I am using Vercel and Surge.
Fix?

how to change /games to /gs

like how would i do it (pls help)
someone told me to like change the HTML file name, but wont some code have to read that file name?
what code do I have to change too.

ty please help

Games giving me Half the screen

When I try playing cod mobile or roblox it continuously gives me a half screen and I'm not sure if this is on uv's side or now.gg's.
Screenshot 2024-02-17 7 41 02 AM

Deploying to Vercel does not work.

Vercel deployment does not go smoothly, and after tinkering with root directories and some ssl, I cannot fix it. You can't deploy to render and the other options require a credit card. My school already has blocked polarislearning.org, so another solution for this would be to make alternate links on other platforms.

Is it even possible to make it deploy on Vercel, and if so, can you please help me with doing so. Maybe make a guide?

Thanks in advance.

package lock files are not supposed to be added to the gitignore

To quote a stackoverflow user:

package-lock.json is automatically generated for any operations where npm
modifies either the node_modules tree, or package.json. It describes the
exact tree that was generated, such that subsequent installs are able to
generate identical trees, regardless of intermediate dependency updates.

This file is intended to be committed into source repositories, and serves
various purposes:

  • Describe a single representation of a dependency tree such that teammates, deployments, and continuous integration are guaranteed to install exactly the same dependencies.

  • Provide a facility for users to "time-travel" to previous states of node_modules without having to commit the directory itself.

  • To facilitate greater visibility of tree changes through readable source control diffs.

  • And optimize the installation process by allowing npm to skip repeated metadata resolutions for previously-installed packages.

One key detail about package-lock.json is that it cannot be published, and it
will be ignored if found in any place other than the toplevel package. It shares
a format with npm-shrinkwrap.json, which is essentially the same file, but
allows publication. This is not recommended unless deploying a CLI tool or
otherwise using the publication process for producing production packages.

If both package-lock.json and npm-shrinkwrap.json are present in the root of
a package, package-lock.json will be completely ignored.

Source: https://stackoverflow.com/a/44210813

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.