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%
| .forgejo/workflows | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Blahaj Clicker
A simple site where the aim is to click on a blahaj :3
Installation
Prerequisites
- Bun
Installation
- Clone and install dependencies
git clone https://git.oriondev.fr/orion/blahaj-clicker.git
cd blahaj-clicker
bun install
- Copy the
.env.exampleto make your own
cp .env.example .env
nano .env
- Start the server
bun start
License
This project is under the MIT License.