🏄🏽♀️ ido-green.appspot.com
My projects, demos and other fun stuff
- Jest for smoke tests -- Check the automation with each push at: https://github.com/greenido/ido-green.appspot.com/actions
- Bootstrap
- Font-Awesome
- https://fontawesome.com/v4.7.0/icons/ -- http://fontawesome.io/icons/
Have a bug or an issue with this theme? Open a new issue here on GitHub.
- 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)
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