diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 0000000..2c77afb --- /dev/null +++ b/SETUP.md @@ -0,0 +1,10 @@ +Set up a dashboard for your user/organization +============================================= + +1. Fork this repository. +2. Enable "Github Actions" on your repository fork. + - ![It will be disabled by default](process.png) +3. Trigger the workflow. +4. Enable github pages. Choose "Deploy from branch `gh-pages`." + +Every day your dashboard will be re-generated. \ No newline at end of file diff --git a/process.png b/process.png new file mode 100644 index 0000000..494dfe6 Binary files /dev/null and b/process.png differ