Skip to content

Commit

Permalink
Updated readme & scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Oct 25, 2024
1 parent e885ff5 commit db6bb6b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 14 deletions.
12 changes: 7 additions & 5 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,12 @@ button .icon {
margin-top: 1rem;
}
::-webkit-scrollbar {
width: 0px;
width: 10px;
}

::-webkit-scrollbar-thumb {
background: var(--button);
border-radius: 10px;
}
#gameFrame {
width: 1024px;
Expand All @@ -328,9 +333,7 @@ button .icon {
width: 100vw;
height: 100vh;
}
.noscroll {
overflow: hidden;
}

.cards {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -426,7 +429,6 @@ input:checked + .slider:before {
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
margin-bottom: 10px;
}
#gameiframe {
Expand Down
57 changes: 48 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
<div align=center>

<kbd><img align="center" src="public/media/logo.svg" width="100"></kbd>

<h4 align="center">Lunaar. is a new unblocked games site that features a proxy, a wide selection of games, a sleek design, and much more for you to explore!</h4>
<img src="https://github.com/Parcoil/lunaar.org/blob/main/public/media/LLBIG.svg" height="250px">
<h4 align="center">Lunaar is the ultimate proxy with added games and features.</h4>
</div>

![Lunaar image](https://i.imgur.com/8LWMrXt.png)

> [!IMPORTANT]
> If you fork Lunaar, please give it a star.
Also Join our [Discord Server](https://dsc.gg/parcoil) for links and more!
Join our [Discord Server](https://dsc.gg/parcoil) for links and more!

## Features

- Clean UI 🧽
- Built-in Proxy 🚀
- 200+ Built-in Games 🎮
- Theme Support 🖌️
- And much more! 🤯
- Clean UI
- Fast Built-in Proxy
- 200+ Built-in Games
- Theme Support
- And much more!
- Inspect element
- Tab cloaker

## Deployment

Expand All @@ -31,6 +32,44 @@ Also Join our [Discord Server](https://dsc.gg/parcoil) for links and more!
[![Deploy to Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/Parcoil/lunaar.org&branch=main&name=Lunaar)
<a target="_blank" href="https://glitch.com/edit/#!/import/github/parcoil/lunaar.org"><img alt="Remix on Glitch" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/glitch.svg"></a>

### Local / Server Deployment

#### Prerequisites:

- Node 20.x

To get started you need to clone the repo

```bash
git clone https://github.com/Parcoil/lunaar.org
cd lunaar.org
```

Next you need to enable pnpm

```bash
corepack enable pnpm
```

Now install the required packages

```bash
pnpm install
```

Now start lunaar

```bash
pnpm start
```

#### Updating Lunaar

```bash
cd lunaar.org
git pull --force
```

## Issues

> [!NOTE]
Expand Down

0 comments on commit db6bb6b

Please sign in to comment.