Skip to content

InternetOfUs/dnd-web

Repository files navigation

dnd-web

DnD WeNet web "app".

Setup

This project use Just (a better makefile)

Dependencies

  • cargo 1.61
  • flutter >= 3, < 4
  • just 1.2.0

pre-commits

A bunch of pre-commits are used in this project. Please install pre-commit then install them pre-commit install and pre-commit install --hook-type commit-msg.

Build

just build

Prod variables

please provide .env file or set the following variables

WENET_SECRET=
WENET_BASE_URL="https://wenet.u-hopper.com/dev/"
FIREBASE_API_KEY=
FIREBASE_URL=

Run

just run

Then connect to http://localhost:8888

Misc - Available recipes

    build              # Build all
    build-back         # build the backend
    build-front        # build the frontend
    cargo CMD          # run given cargo CMD for the backend
    copy-front-to-back # copy builded frontend into the backend
    flutter CMD        # run given flutter CMD for the frontend
    run                # Run the app
    run-back           # run only the backend
    run-front          # run only the frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published