- Notifications
You must be signed in to change notification settings - Fork0
Talk to an AI that never sleeps, always responds, and sometimes makes more sense than humans
NotificationsYou must be signed in to change notification settings
vladislav2251/AIdea
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Look at theNuxt documentation to learn more.
Make sure to install dependencies:
# npmnpm install# pnpmpnpm install# yarnyarn install# bunbun install
Start the development server onhttp://localhost:3000
:
# npmnpm run dev# pnpmpnpm dev# yarnyarn dev# bunbun run dev
Build the application for production:
# npmnpm run build# pnpmpnpm build# yarnyarn build# bunbun run build
Locally preview production build:
# npmnpm run preview# pnpmpnpm preview# yarnyarn preview# bunbun run preview
Check out thedeployment documentation for more information.