Skip to content

Monitoring open source development in the nano ecosystem

License

Notifications You must be signed in to change notification settings

ObsidiaHQ/nano-casa

Repository files navigation

GitHub

Monitoring open source development in the nano ecosystem.

Features

  • repos per year chart
  • list of all contributors
  • commits activity chart
  • highlights top contributors
  • developers profiles
  • active repos last week/month
  • events list

Contribute

You can suggest a repo to be included, a new feature or report a bug in issues. PRs are also welcome, but reach out first before starting work on something that may eventually not get merged.

Local build

Rename .env.sample to .env and fill with your variables.

Run bun install.

Start the dashboard with ng serve and the server/cronjob with bun run server:start and bun run server:cron.