Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 614 Bytes

Khoj Landing Page

Khoj is an open-source AI copilot for your second brain.

This repository holds the code for its landing page.

Deveopment

Setup

  1. Clone the repository git clone [email protected]:khojai/landing-page.git
  2. Install dependencies yarn install

Start the Server

  1. Run yarn start

Linter

  1. Run yarn eslint .

Run the docker image

  1. Run docker-compose up

  2. Open http://localhost:3000 in your browser

    Shutdown docker process

    docker-compose down

    Build the Docker image to reflect changes

    docker-compose build