Landing Page that explains what AI is and how it works for dummy's. The content was created with several Large Language Models (LLMs) like GPT-3, GPT-4, and Codex. The content is generated by the AI and is not written by a human. The goal is to explain AI in a simple way so that everyone can understand it and for what it is useful.
Clone the repository.
mkdir vault_boy
cd vault_boy
git clone https://git.michm.de/ai-example/
cd frontend
Install dependencies with your favourite package manager.
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Spin up a development server.
npm run dev
# or
yarn dev
# or
pnpm run dev
# or
bun --bun run dev