An open API service indexing awesome lists of open source software.

https://github.com/khoj-ai/landing-page

The landing page for Khoj
https://github.com/khoj-ai/landing-page

Last synced: 5 months ago
JSON representation

The landing page for Khoj

Awesome Lists containing this project

README

        

# Khoj Landing Page
[Khoj](https://github.com/khoj-ai/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`