danswer/web/README.md

21 lines
580 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
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.