Skip to content

justindhillon/accessibleweb.page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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