/v2

Next version of custom-elements.io

Primary LanguageHTMLApache License 2.0Apache-2.0

v2

Travis Hex.pm

Dependencies

npm install

Client & analysis

For instructions, view their sub-directories client/ and analysis/.

Running tests

python tests.py $APPENGINE_SDK

Deployment

To increase Github API quota, acqure a Github token and store it:

cat > secrets.yaml
github_token: 'your-github-token'
^D

Deploy to staging.

grunt lint #lints both client and python
appcfg.py update_dispatch dispatch.yaml
appcfg.py update manage.yaml
appcfg.py update api.yaml

Deploy client & analysis per their documentation.