Online AI Chatbot Platform
The idea and design of the project belongs to Jack R. and Rondesignlab ⭐️.
# Prepare environment (pnpm only)
$ pnpm run pinstall
# Start the development server on http://{instance address}:3000/
$ pnpm run dev
# Preview project
$ pnpm run preview
# Generate production build
$ pnpm run build
# Check code (pnpm only)
$ pnpm run plint
# Fix code (pnpm only)
$ pnpm run plint:fixThis project is available under the MIT license. See the LICENSE file for more info.