Note
This project is still in its early stages. If you're interested in contributing, check out the active issues.
The AI-powered matchmaking platform for developers, open-source projects, and indie hackers.
Built with Nuxt, Vue, and Vercel AI SDK.
Node.js 20 or later is recommended.
-
Install pnpm.
-
Install the necessary dependencies by running
pnpm installin the root directory of the project. -
Create a fill in your
.envfile based on the.env.examplefile.NUXT_BASE_URL="http://localhost:3000" POSTGRES_URL= NUXT_GITHUB_CLIENT_ID= NUXT_GITHUB_CLIENT_SECRET= NUXT_GITHUB_REDIRECT_PATH="/api/auth/github" NUXT_SESSION_PASSWORD= NUXT_GOOGLE_GENERATIVE_AI_API_KEY=
-
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.