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
- Host: GitHub
- URL: https://github.com/khoj-ai/landing-page
- Owner: khoj-ai
- Created: 2023-05-27T19:17:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T12:18:13.000Z (12 months ago)
- Last Synced: 2024-07-16T15:03:09.631Z (12 months ago)
- Language: TypeScript
- Size: 30.5 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`