bufferhead-code / opencraft

An open-source clone of infinite-craft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCraft

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

I cloned Infinite Craft

Setup

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.

Run the Frontend

image

Run with npm

To start the Vite Dev Server you can run

cd frontend
npm run dev

Run with Docker

There 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 -d

Run the Backend

You can start the API/Backend Server by running

cd server
npm run start

Contributing

Please open an issue and wait for the approval of a Maintainer before submitting a PR.

Support me

We are building solidtime - The modern Open Source Time Tracker

image

About

An open-source clone of infinite-craft


Languages

Language:Vue 45.2%Language:JavaScript 39.7%Language:TypeScript 12.7%Language:HTML 1.5%Language:Dockerfile 0.6%Language:CSS 0.3%