Note
This project is currently undergoing a rewrite. If you're interested in the code from the Cebu Hacktoberfest 2024 Hackathon, you can find it in the nuxt
branch.
The AI-powered matchmaking platform for developers, open-source projects, and indie hackers.
Built with TanStack Start and Vercel AI SDK.
Node.js 20 or later is recommended.
- Install pnpm.
- Install the necessary dependencies by running
pnpm install
in the root directory of the project. - Create your own
.env
file based on.env.example
. - Run the development server with
pnpm dev
. - You can now access the development server at
http://localhost:3000
.
Please read our Contributing Guidelines before starting a pull request.