- Add PostCard component
- Add WysiwygEditor component
- Use 'front-matter' to parse front matter in markdown files for metadata instead of using redundant data objects
This commit sets up the foundation for the new dashboard application by
implementing the main component structure, routing, and a basic UI shell with
KendoReact components.
- Set up the main application shell
- Implement a routing system with React Router
- Build a new App Bar component
- Create page placeholders for all routes
- Corrected various import and export errors