I'm enhancing and documenting my personal Node.js/Express repo, with the intention of using it as the base for my first solo project in February, which will be a PWA, text-based strategy game (originally designed and coded in ASP classic, a decade ago.) Currently adding small things like; social meta tags, in-code comments, and some vanilla js that I intend to use globally (with a possible refactoring into Vue.js in the near future.)
Spent the morning (since 6:30am) restructuring my upcoming PWA with a lean production goal, using draw.io Desktop, and will end the day (at approx. 11pm) setting up my next one-week (seven day) sprint in JIRA, which will start on Monday.
Either tomorrow or Friday, I'll be archiving the repo on Github and forking it. The overall purpose for it is to expedite the time it takes to get started on simple to advanced "minimal" websites and apps, with a nice Gulp pipeline and a proper README.md, so I can hit the ground running. I'll then be adding Mongoose, along with the models/routes/views/middleware for an administrative system (including roles/users/authentication), to the fork.