fabriciohod / Morpheus-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M.C.C.T (Morpheus Character Creator Tool)

M.C.C.T

This is a character creator tool for a tabletop RPG called Morpheus. The user interface is currently in Portuguese, but you can modify the code to display the content in your desired language. Additionally, you have the flexibility to add features or make corrections based on player feedback.

To download the latest build, visit the releases page. Windows Only

demo

Development

Before getting started, make sure you have Node.js and Cargo (Rust package manager) installed on your system. Please refer to the respective websites for OS-specific installation guides.

  1. After installing Rust and Cargo, follow these steps to install Tauri:

    • Open a terminal and navigate to the root directory of the project.
    • Run the following commands:
      cd ./src-tauri
      cargo build

    This will download and install Tauri and its dependencies.

  2. To install Svelte and Skeleton UI, return to the root directory and run the following command:

    cd ..
    npm install

    This will install all project dependencies.

    You can now run the project using the following commands:

    # for development
    npm run tauri dev
    # or
    tauri dev
    
    # to make a build
    npm run tauri build
    # or
    tauri build
    
    # to create a debug build, add --debug at the end
    tauri build --debug

Please note that the user interface is currently in Portuguese, but you can modify the code to display the content in your desired language.

About

License:MIT License


Languages

Language:Svelte 70.9%Language:TypeScript 25.0%Language:CSS 3.0%Language:JavaScript 0.6%Language:Rust 0.3%Language:HTML 0.2%