Built with | About the project | How to contribute | Project structure | License
This project was made using:
Tool made to help both Game Master and Players during their adventures using the Bad Souls RPG system (link to system yet to come).
-
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
- 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.
This project is under the MIT license. See LICENSE for more details.