Warning
This project is now archived and no longer actively maintained. It has been archived to retain its contents for reference. Feel free to explore and fork the repository, but please note that updates or support will not be provided.
A static webpage containing various information about CMS open source repositories. This is originally the first iteration of metrics visualizations site.
Create a GitHub personal access token (both "classic" or "fine-grained"
OK; any token will do, don't grant it any permissions). Create a .env file
containing the following:
GITHUB_TOKEN=[token_here]
Then run:
npm install
npm start