Curated Dev Resources • Dynamic UI • T-Rex Energy
A curated knowledge base for developers and designers — tools, UI/UX inspiration, motion design examples, workflow references, and more. Built with Docusaurus.
| Tab | Folder | What lives here |
|---|---|---|
| Resources | resources/ |
The main content hub — links, guides, snippets |
| Docusaurus Guide | docs/ |
How this site is built and maintained |
| Blog | blog/ |
Dev notes, discoveries, updates |
| About | src/pages/about.tsx |
Project info |
- Drop a
.mdfile inresources/:--- title: My Topic description: Short description --- ## My Topic - [Tool Name](https://example.com) — brief description
- Add the page to the sidebar by editing
sidebars-resources.ts:Place it in the desired position within the{ type: "doc", id: "my-topic", },
resourcesSidebararray.
- Create
blog/YYYY-MM-DD-my-post.md:--- slug: my-post title: My Post Title authors: [abdul] tags: [frontend, tools] --- Intro shown in the list view. <!-- truncate --> Full content here...
- Drop a
.mdfile indocs/:--- sidebar_position: 7 --- # My Guide
Edit docusaurus.config.ts → themeConfig.navbar.items or themeConfig.footer.links, then restart the dev server.
📖 See CONTRIBUTING.md for the full content guide. 🤖 See AGENTS.md for the AI agent / automation reference.
# Install dependencies
yarn
# Start dev server at http://localhost:3000
yarn startMost changes hot-reload automatically. Config changes (docusaurus.config.ts, sidebars.ts) require a server restart.
yarn buildGenerates static output in build/. Preview it with:
yarn serveGitHub Pages via SSH:
USE_SSH=true yarn deployGitHub Pages without SSH:
GIT_USER=<Your GitHub username> yarn deployVercel / Netlify: connect the repo, set build command to yarn build, output directory to build.
Feel free to suggest new resources, UI experiments, or motion examples. See CONTRIBUTING.md for the full guide.
Reach out via the GitHub repository or open an issue / PR.
