GPT browser text quest game
Find a file
2025-09-18 17:32:50 +02:00
backend Initial commit 2024-09-18 16:19:46 +04:00
src Initial commit 2024-09-18 16:19:46 +04:00
.env.sample Initial commit 2024-09-18 16:19:46 +04:00
.gitignore Initial commit 2024-09-18 16:19:46 +04:00
bun.lockb Initial commit 2024-09-18 16:19:46 +04:00
eslint.config.js Initial commit 2024-09-18 16:19:46 +04:00
index.html Initial commit 2024-09-18 16:19:46 +04:00
LICENSE Add license 2025-09-18 17:32:50 +02:00
package.json Initial commit 2024-09-18 16:19:46 +04:00
postcss.config.js Initial commit 2024-09-18 16:19:46 +04:00
README.md Update README.md 2024-09-18 16:27:57 +04:00
tailwind.config.js Initial commit 2024-09-18 16:19:46 +04:00
tsconfig.app.json Initial commit 2024-09-18 16:19:46 +04:00
tsconfig.json Initial commit 2024-09-18 16:19:46 +04:00
tsconfig.node.json Initial commit 2024-09-18 16:19:46 +04:00
vite.config.ts Initial commit 2024-09-18 16:19:46 +04:00

GPT text browser game

изображение

Usage

Prerequisties: https://bun.sh

  1. Clone repository
  2. Fill .env using .env.sample
  3. Fill backend/.env using backend/.env.sample
  4. Start backend with bun install && bun run dev
  5. Start frontend with bun install && bun run dev