https://github.com/Mozart409/blocky-frontend
A frontend for blocky
https://github.com/Mozart409/blocky-frontend
blocky
Last synced: about 1 year ago
JSON representation
A frontend for blocky
- Host: GitHub
- URL: https://github.com/Mozart409/blocky-frontend
- Owner: Mozart409
- Created: 2022-06-09T14:39:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T23:03:58.000Z (about 1 year ago)
- Last Synced: 2025-04-01T18:58:27.801Z (about 1 year ago)
- Topics: blocky
- Language: TypeScript
- Homepage:
- Size: 622 KB
- Stars: 82
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Blocky Frontend
A frontend for the [blocky](https://github.com/0xERR0R/blocky) dns blocker.
## Screenshots


## Features
- Responsive Design
- Enable / Disable Blocking
- DNS Queries
- Refresh Blocklists
## Run Locally
Clone the project
```bash
git clone https://github.com/Mozart409/blocky-frontend
```
Go to the project directory
```bash
cd blocky-frontend
```
Install dependencies
```bash
pnpm install
```
Start the development server
```bash
pnpm run dev
```
Change the .env.example to .env.local for local development.
Production version frontend runs on [http://localhost:8002](http://localhost:8002)
```bash
docker compose up -d --remove-orphans
```
## Authors
- [@Mozart409](https://www.github.com/mozart409)