A simple site where the aim is to click on a blahaj :3 https://blahaj.pw
  • TypeScript 35.3%
  • JavaScript 31.6%
  • CSS 19%
  • HTML 12.1%
  • Dockerfile 2%
Find a file
2026-04-12 00:04:35 +02:00
.forgejo/workflows feat: workflow to docker publish 2026-04-12 00:04:35 +02:00
public Add goal + change the click handling system :3 2025-08-17 00:43:51 +02:00
src feat: endpoint for blahaj count chore: remove bun.lock from repo 2025-11-09 01:55:03 +01:00
.env.example Add goal + change the click handling system :3 2025-08-17 00:43:51 +02:00
.gitignore feat: endpoint for blahaj count chore: remove bun.lock from repo 2025-11-09 01:55:03 +01:00
Dockerfile feat: endpoint for blahaj count chore: remove bun.lock from repo 2025-11-09 01:55:03 +01:00
LICENSE add documentation 2025-08-15 03:26:14 +02:00
package.json feat: endpoint for blahaj count chore: remove bun.lock from repo 2025-11-09 01:55:03 +01:00
README.md chore: change url in readme 2026-04-11 23:57:22 +02:00
tsconfig.json Initial commit (via bun create) 2025-08-13 01:42:09 +02:00

Blahaj Clicker

A simple site where the aim is to click on a blahaj :3

Installation

Prerequisites

  • Bun

Installation

  1. Clone and install dependencies
git clone https://git.oriondev.fr/orion/blahaj-clicker.git
cd blahaj-clicker
bun install
  1. Copy the .env.example to make your own
cp .env.example .env
nano .env
  1. Start the server
bun start

License

This project is under the MIT License.