Skip to content

App for rpg adventures using the BadSouls system.

License

Notifications You must be signed in to change notification settings

pedroccrp/badsouls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages