Skip to content

greenido/ido-green.appspot.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏄🏽‍♀️ ido-green.appspot.com

My projects, demos and other fun stuff

Tech Stack 🏔️

Bugs and Issues 🚨

Have a bug or an issue with this theme? Open a new issue here on GitHub.

ToDos 🐅

  • Fetch an RSS feed from the blog
  • 'Playroom' to the examples from RoadShow page
  • ServiceWorker - Use it to improve performance and to control the fetching of new / fresh content (e.g. blogs posts)

Misc 👌🏼

 gcloud app deploy app.yaml --project theProjectID  --verbosity=debug

 npm run --prefix tests/ test

Find the number of files in all the directories (under the current one)

 du -a | cut -d/ -f2 | sort | uniq -c | sort -nr