Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taiseen/ai-companion
- Owner: taiseen
- Created: 2023-10-05T15:03:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T23:52:58.000Z (about 1 year ago)
- Last Synced: 2023-10-06T23:32:04.614Z (about 1 year ago)
- Topics: clerk-auth, next-js, shadcn-ui, tailwind-css
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-stringnpx 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
```