Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1000 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 1000 Bytes

accessibleweb.page

Experience the internet through the challange of color blindness or blurry vision

Development Setup

  1. Clone

    git clone https://github.com/justindhillon/accessibleweb.page.git
    cd accessibleweb.page
  2. Install

    npm install
  3. Start

    Once dependencies are installed, run with:

    npm start

    Alternatively, run on a port:

    PORT=8080 npm start

    You can stop it at any time by pressing CTRL + C

Contributing

We welcome contributions of any kind including pages, suggestions, bug reports, pull requests etc. We would love to hear from you.

License

accessibleweb.page uses the GPL-3.0 license.

Credits