Skip to content

Commit e0f9cad

Browse files
committed
Create README.md
1 parent ba856c2 commit e0f9cad

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# TLighthouse - Lighthouse Accesibility Thesis
2+
3+
This is a small program that I created to help me to gather Accessibility report from Google Lighthouse™ for my Bachelor's Thesis.
4+
5+
## Requirement
6+
7+
Before you can install this program, you need to make sure that you have the latest version of [Google Chrome](https://www.google.com/chrome/) this due to [Lighthouse-CLI]() only support the use of Chrome as the program to run the test.
8+
9+
### Installation
10+
11+
To use this program you just need to follow this steps:
12+
13+
- `fork` this repo or `clone` this repo
14+
- move to the directory where this repo located on you local device, then do `npm install` to download all the dependecies
15+
- `npm run start` or `yarn start` to start initiate the program
16+
- you can then access newly created file on `src` named `urlList.class.js` and add the certain url of websites that you want to do test on.
17+
18+
19+
## Credits
20+
21+
- [Google Lighthouse](https://github.com/GoogleChrome/lighthouse) (opensource - owned and trademarked by Google inc.)
22+
- [Lighthouse CLI](https://github.com/GoogleChrome/lighthouse) (opensource - owned and trademarked by Google inc.)
23+
- [Async](https://github.com/caolan/async) (opensource)
24+
25+
## Supports
26+
27+
[![EmptyWork](https://raw.githubusercontent.com/EmptyWork/cpp-teaching/master/assets/active.svg)](https://emptywork.netlify.app)

0 commit comments

Comments
 (0)