[Brief description of what you built - 2-3 sentences explaining the core functionality and purpose]
[Explain the problem this project solves or the idea you wanted to explore. What made you want to build this?]
- Feature 1
- Feature 2
- Feature 3
Backend:
- Directus (with MCP integration)
- [Any other backend technologies]
Frontend:
- [Your frontend framework]
- [Other frontend libraries]
Additional Tools:
- [Any other relevant tools or services]
- [Any other requirements]
- Clone the repository:
git clone https://github.com/yourusername/your-project
cd your-project- Install dependencies:
npm install- Set up environment variables:
cp .env.example .envEdit .env with your configuration:
DIRECTUS_URL=your-directus-url
DIRECTUS_TOKEN=your-admin-token
# Add other required variables
-
[Any additional setup steps]
-
Run the project:
npm run dev[Explain how to use your project. Include examples, screenshots, or code snippets showing the key functionality]
Video: [Link to your demo video]
Live Demo: [Link to live deployment if available]
Screenshots:
[Include 2-4 screenshots showing your project in action]
your-project/
├── src/
│ ├── components/
│ ├── pages/
│ └── utils/
├── directus/
│ └── [Directus configuration if applicable]
└── README.md
[Highlight interesting technical decisions, challenges you solved, or creative approaches you took. This is where you can go deeper on the MCP integration or other noteworthy aspects of your build]
[Optional - What would you add with more time? What features are on the roadmap?]
- Team Member 1 - Role/contribution
- Team Member 2 - Role/contribution
- Team Member 3 - Role/contribution
- Team Member 4 - Role/contribution
MIT
[Optional - Credit any resources, inspiration, or help you received]