Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mozart409/blocky-frontend
A frontend for blocky
https://github.com/Mozart409/blocky-frontend
blocky
Last synced: 9 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T10:33:42.000Z (6 months ago)
- Last Synced: 2024-05-11T10:37:32.724Z (6 months ago)
- Topics: blocky
- Language: TypeScript
- Homepage:
- Size: 431 KB
- Stars: 53
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
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
![Lightmode](./docs/lightmode.png)
![Darkmode](./docs/darkmode.png)
## 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)