Skip to content

Mozart409/blocky-frontend

Repository files navigation

Blocky Frontend

A frontend for the blocky dns blocker.

Screenshots

Lightmode

Darkmode

Features

  • Responsive Design
  • Enable / Disable Blocking
  • DNS Queries
  • Refresh Blocklists

Run Locally

Clone the project

  git clone https://github.com/Mozart409/blocky-frontend

Go to the project directory

  cd blocky-frontend

Install dependencies

  pnpm install

Start the development server

  pnpm run dev

Change the .env.example to .env.local for local development.

Production version frontend runs on http://localhost:8002

  docker compose up -d --remove-orphans

Authors