Khoj is an open-source AI copilot for your second brain.
This repository holds the code for its landing page.
- Clone the repository
git clone [email protected]:khojai/landing-page.git
- Install dependencies
yarn install
- Run
yarn start
- Run
yarn eslint .
-
Run
docker-compose up
-
Open
http://localhost:3000
in your browserdocker-compose down
docker-compose build