Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 930 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 930 Bytes

Domain Endpoint Redirector

This project is a domain endpoint redirector with a Matrix-style interface.

Features

Requirements

  • Node.js
  • npm (Node Package Manager)
  • Git (optional)

Usage (locally)

  1. Clone the repository or download ZIP:

    git clone https://github.com/qrexpy/domain-redirector
    cd domain-redirector
  2. Install http-server globally:

    npm install -g http-server
  3. Start the local server:

    http-server -p 8000
  4. Open in your browser:

To-Do

  1. Enhance the Matrix-style interface.