Git Product home page Git Product logo

create-schematics's Introduction

fern

Create Schematics

A site to find and share schematics for the Create mod.

Developing

If you want to contribute to Create Schematics, first of all thank you for you're help, but you're going to need to get some things set up first.

First obtain the source

git clone https://github.com/Rabbitminers/Create-Schematics

cd Create-Schematics

Frontend

Our frontend is built with svelte kit, you'll need to install pnpm and then to start developing run

cd frontend

pnpm install

pnpm run dev

This will start the frontend on localhost:5173 and will automatically reload when you make changes.

Backend

Our backend is built with rust and a postgres database. You'll want to install both rust and docker, or docker compose.

Once you have installed these run

docker-compose up

This will start a development postgres database on port 5432 and redis on port 6379, by default the database name, username and password will all be postgres. And the default url is specified in .env.sample which youll need to rename to .env

From there you can install the sqlx cli in order to set up the database

cargo install sqlx-cli

cd backend

cargo sqlx database setup

Now you've got everything set up you're ready to start developing create schematics, to run the server itself run

cargo run server

This will deploy the api itself on localhost:3000

Talk To Us

Have any questions, want to request a feature or founda bug? You can either submit it here on GitHub, or on our Discord Server

Discord

Tech Stack

  • Front End: Sveltekit, Svelte, Tailwind
  • Back End: Rust, Poem, Sqlx
  • Database: Postgres

Licenses

Create Schematics is open source, and is licensed under the MIT License, see the License for more information.

create-schematics's People

Contributors

rabbitminers avatar szedann avatar syslev avatar rhysdh540 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.