Skip to content

rochajario/DungeonMasterAi

Repository files navigation

Dungeon Master

Open Source AI Powered RPG Master

Play Online and Free RPG games controlled by Artificial Intelligence.

System Preview

PLAY NOW!

Setup your OpenAI Key

cp .env.example .env
# set your own key or
echo GPT_API_KEY=sk-YourApiKey >> .env

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build