pedroccrp / badsouls

App for rpg adventures using the BadSouls system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad Souls

GitHub language count GitHub last commit Repository issues License

Built with   |    About the project   |    How to contribute   |    Project structure   |    License


Frontend

πŸš€ Built with

This project was made using:

πŸ’» About the project

Tool made to help both Game Master and Players during their adventures using the Bad Souls RPG system (link to system yet to come).

βš™ How to use

  • Start frontend server

    cd web
    
    yarn install
    yarn start
    
  • Start backend server (still using development one)

    cd server
    
    yarn install --dev
    
    # Create and fill .env
    cp src/.env.example src/.env
    
    yarn dev
    

πŸ€” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

After your pull request has been merged, you can delete your branch.

πŸ“ License

This project is under the MIT license. See LICENSE for more details.

About

App for rpg adventures using the BadSouls system.

License:MIT License


Languages

Language:TypeScript 90.9%Language:SCSS 8.1%Language:HTML 0.8%Language:Shell 0.2%