Skip to content

mozillach/mozilla-watcher

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mozilla Watcher

This script watches the Mozilla GitHub organizations and saves the newly discovered repositories. It also saves the newly edited wiki pages.

This repo can be hosted on a static page, all the updating happens through GitHub Actions.

Fetching data

Then you can start the fetch and build with the following commands. Make sure to replace the placeholders with your data.

git clone <URL>
npm ci
GITHUB_TOKEN=<yourGitHubToken> npm start
# After fetching, you can serve the locally generated HTML file
npm run serve

The output will be available at http://localhost:5000.