Development guidelines for the ai-funding-discovery project with TypeScript, Next.js 14, and React 18 stack
This skill provides development guidelines and context for the ai-funding-discovery project, helping you work effectively with the codebase.
The ai-funding-discovery project is built with modern web technologies:
The project follows a standard full-stack organization:
```
backend/ # Server-side code and APIs
frontend/ # Client-side React components and pages
tests/ # Test suites
```
When working on this project:
1. **Build the project**: Run `npm run build` to compile TypeScript and bundle assets
2. **Run tests**: Execute `npm run test` to verify your changes don't break existing functionality
3. **Lint your code**: Use `npm run lint` to ensure code quality and consistency
All three commands should pass before submitting changes:
```bash
npm run build && npm run test && npm run lint
```
Follow TypeScript standard conventions:
1. Clone the repository
2. Install dependencies: `npm install`
3. Run development server: `npm run dev`
4. Make your changes following the guidelines above
5. Test thoroughly before committing
This is an active project with ongoing development. The build system (001-build-scion-ai) established the core technology stack. Future updates may extend these guidelines with additional patterns and best practices.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/ai-funding-discovery-development/raw