Hi everyone,
I’m a junior developer and I’m trying to get started with Hexabot for the first time.
I cloned the repository from GitHub:
https://github.com/hexabot-ai/hexabot
Then I ran:
npm install
The installation completed, but I’m not sure what I should do next.
I’m a bit confused about the local setup steps. For example:
-
Should I run the project with Docker or directly with npm?
-
Do I need to create or update any
.envfiles first? -
Which command should I use to start the backend, frontend, and other services?
-
Is there a recommended setup flow for contributors who cloned the main repository?
-
Are there seed data or default admin credentials needed to access the platform?
I checked the repository structure, but since Hexabot has multiple parts, I’m not fully sure how everything fits together yet.
Any guidance would be really appreciated, especially a simple step-by-step explanation for someone setting it up locally for the first time.
Thanks in advance!