Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taiseen/ai-companion

Ai Companion
https://github.com/taiseen/ai-companion

clerk-auth next-js shadcn-ui tailwind-css

Last synced: about 1 month ago
JSON representation

Ai Companion

Awesome Lists containing this project

README

        

> 5 - Oct - 2023

# Ai-Companion

## Next-js

```
npx create-next-app@latest ai-companion --typescript --eslint --tailwind
```

```
npm install @clerk/nextjs
npm install next-themes
npm install query-string

npx shadcn-ui@latest init
npx shadcn-ui@latest add input
npx shadcn-ui@latest add sheet
npx shadcn-ui@latest add button
npx shadcn-ui@latest add dropdown-menu
```

For run the development server:

```bash
npm run dev
```