makeread.me
makeread.me copied to clipboard
Create Curated List of Articles
Feature Details
As a user I want a curated list of articles / guides providing me best practices on: - Choosing a License - Writing a ReadME - Writing other documentation
So that I am informed and can quickly create a highly documented & effective ReadME template for my project
Expected Functionality
As we are using NextJS we have markdown support straight out of the box. We need to do the following:
- Make a base article page layout
- Create the articles and then add them via markdown
- Add discoverability for the articles:
- How to navigate to these from the root page
- SEO is applicable
Would be cool if we can make articles look like markdown editor tabs using the markdown render component but modified
MVP is done, the rest can be incremental features as it's a low priority / use-case ticket