GPT browser text quest game
backend | ||
src | ||
.env.sample | ||
.gitignore | ||
bun.lockb | ||
eslint.config.js | ||
index.html | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
GPT text browser game
Usage
Prerequisties: https://bun.sh
- Clone repository
- Fill .env using .env.sample
- Fill backend/.env using backend/.env.sample
- Start backend with
bun install && bun run dev
- Start frontend with
bun install && bun run dev