MinePal is a Minecraft companion app with a React frontend, a local backend, and an AI agent.
- Frontend: Located in
frontend/
, built with React and Vite. - Backend: Local backend APIs in
server.js
. - Agent: Minecraft agent logic in
src/agent/
.
-
Navigate to
frontend/
. -
Install dependencies:
npm install
-
Build the frontend:
npm run build
Refer to the backend repository: minepal-backend.
- Navigate to
src/agent/
. - Actions that the bot can take are in
src/agent/commands/actions.js
orsrc/agent/commands/queries.js
.
MIT