A comprehensive web application that analyzes Wikipedia articles (Swahili Articles) for content quality, reliability, and trustworthiness. It provides real-time analysis of article metadata, link integrity, AI-generated content detection, and content categorization.
# Nuxt Starter Template
Use this template to get started with Nuxt UI quickly.
- Live demo
- Documentation
> The starter template for Vue is on
github.com.
## Quick Start
```bash [Terminal]
npm create nuxt@latest -- -t github:nuxt-ui-templates/starter
```
## Deploy your own
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```
## Development Server
Start the development server on `
localhost`:
```bash
pnpm dev
```
## Production
Build the application for production:
```bash
pnpm build
```
Locally preview production build:
```bash
pnpm preview
```
Check out the deployment documentation for more information.