OpenCraft is an open source implementation of the popular game InfiniteCraft.
You can learn more about how it works and how i made it here
Download the mistral-7b-instruct-v0.1.Q8_0.gguf into the server/models folder. You can downloa it here.
Please make sure to run both the frontend and the backend servers, otherwise OpenCraft will not work.
To start the Vite Dev Server you can run
cd frontend
npm run devThere is also a docker-compose.yml (frontend-only for now, because of performance reasons) which you can start with, it is configured to connect to a Traefik Reverse-Proxy:
docker-compose up -dYou can start the API/Backend Server by running
cd server
npm run startPlease open an issue and wait for the approval of a Maintainer before submitting a PR.
We are building solidtime - The modern Open Source Time Tracker

