Coder Social home page Coder Social logo

trinityrjbass / dnd-royale Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 8.79 MB

An update to the DnD Encounter Simulator app with some extra features.

Python 10.21% CSS 15.15% JavaScript 18.04% HTML 4.26% Less 24.92% SCSS 27.41%
python python3 webapp flask dnd5e simulation html-css-javascript python-flask-application

dnd-royale's Introduction

DnD-Royale

An update to the DnD Encounter Simulator app with some extra features.

To start dev environment using VS Code, create bat file in battleRoyale folder and paste this inside :

CALL env\Scripts\activate

set FLASK_APP=DnD-Royale\newFlask\app.py

set FLASK_ENV=development

flask run

================================================

Call this .bat file from the terminal to start.

For debugging, create a config in the battleRoayale folder with the following configurations (replace {NAME} with your own configuration name) :

{ "version": "0.2.0", "configurations": [ { "name": "Python: TB Flask", "type": "python", "request": "launch", "module": "flask", "env": { "FLASK_APP": "DnD-Royale\newFlask\DnDRoyale\init.py", "FLASK_ENV": "development", "FLASK_DEBUG": "1" }, "args": [ "run" ], "jinja": true, "justMyCode": true } ] }

================================================

NOTE : You do not need to run the .bat file in order to debug. Just run the "Run and Debug" with the configurations list above.

dnd-royale's People

Contributors

dependabot[bot] avatar trinityrjbass avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

redeyed-vault

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.