Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.
/ kepto.dev Public archive

A better way to connect with developers

Notifications You must be signed in to change notification settings

Irere123/kepto.dev

Repository files navigation

Kepto

A better way to connect with developers

About Kepto

Kepto is open-source connection platform for software developers. We believe that there is a gap in way we us developers around the world connect to know each other and communicate. So are filling that gap by building this connection platform...

Built with 🛠️

Getting Started 🚀

Requirements

Setup

  1. Clone the repository

    git clone https://github.com/Irere123/kepto.dev.git
  2. Install dependencies

    pnpm install
  3. Set up your .env file

    from api and packages/db you will find .env.example create your own.

  4. Start the development server

     pnpm dev
  5. Open https://localhost:3000 with your browser to see the result.

  6. API server will be running https://localhost:4000/graphql where you will be able to interact with the API using Apollo Sandbox