angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Build/Docs: Update Dependencies for building documentation website #5556

Closed dwelch2344 closed 1 year ago

dwelch2344 commented 1 year ago

Working on getting a PR together regarding the project status but couldn't build the project and/or doc website, so I wanted to provide a clean PR to update some instructions and dependencies.

Ran into a surprising amount of roadblocks, most due to a lot of version mismatches (and the worst due to native binaries not being available for old versions of node + Apple's new silicon chipset) so I tried to clean things up the best I could for a first pass.

I updated website/README.md to reflect the correct build and launch process now, as well as included a monkey-patch script that should get the project running locally. Aiming to update all of this down the road when I have more time, but hopefully this will be acceptable in the meantime.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

dwelch2344 commented 1 year ago

Just signed the CLA!

dwelch2344 commented 1 year ago

See #5560