This application provides a visual representation of a file system, allowing users to browse data through a fun code editor UI.
- Framework: Next.js 16, React 19, TypeScript.
- Styling: Tailwind CSS 4.
- Content Management: Sanity CMS.
- Markdown: react-markdown, remark-gfm.
- Icons: Lucide React.
- Install dependencies:
npm install - Start development:
npm run dev - Build for production:
npm run build