Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 592 Bytes

banner

web-expl

Explore the internet in 3-dimensional space. Built with NextJS, TailwindCSS and ThreeJS.

Demo

You can try out the live demo here.

Visualizer

Deployment

You can selfhost web-expl using Docker. To deploy the scraper, run:

  docker run -p <OUTGOING_PORT>:3000 --restart=always --name web-expl ghcr.io/angelsflyinhell/web-expl

Installation

Install web-expl with npm:

  gh repo clone angelsflyinhell/web-expl
  cd web-expl

  npm install

  npm run dev