Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.4 KB

File metadata and controls

58 lines (41 loc) · 1.4 KB

piracybound

a website for finding resources, tools, and info related to digital freedom.
built with react + vite.
this is not a piracy site, just a directory.

what it does

  • lets you browse and search a curated list of resources (vpn, torrent clients, software, streaming, roms, etc.)
  • quick search with suggestions and history
  • dark/light mode toggle
  • sidebar navigation, mobile-friendly
  • resource status checks (see if a site is up)
  • deploys to github pages

getting started

clone the repo:

git clone https://github.com/piracybound/website.git
cd website

install dependencies:

npm install

run locally:

npm run dev

build for production:

npm run build

preview the build:

npm run preview

project structure

  • src/ - main app code (components, hooks, utils, data)
  • public/ - static files (favicon, 404 page, etc.)
  • index.html - entry point

license

this work is unlicensed. what does this mean for you?
From GitHub's Docs;

You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work.