danswer/web/README.md

24 lines
726 B
Markdown
Raw Permalink Normal View History

2023-11-20 19:56:06 -08:00
<!-- DANSWER_METADATA={"link": "https://github.com/danswer-ai/danswer/blob/main/web/README.md"} -->
2023-04-28 22:40:46 -07:00
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
2023-05-08 10:53:10 -07:00
Install node / npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Install all dependencies: `npm i`
Then, run the development server:
2023-04-28 22:40:46 -07:00
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
2024-01-08 15:31:02 -08:00
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
_Note:_ if you are having problems accessing the ^, try setting the `WEB_DOMAIN` env variable to
2024-01-08 15:31:02 -08:00
`http://127.0.0.1:3000` and accessing it there.