1.1 KiB
1.1 KiB
System helping (Contribute)
Rules
You are free to contribute and propose corrections and modifications after forking the repository. Try to respect these rules:
- Make sure you are up-to-date with the reference branch (generally this is the
devbranch). - Clear and precise commit messages allow a quick review of the code. For fixes, recommend the testing steps for a reviewer to properly test the fix.
- If possible, limit yourself to one Feature per Merge request to avoid slowing down the review process with multiple feature commits.
Dev Install
- Clone the repository to your local machine.
- Ensure that Node.js is installed.
- Use
npm cito install the relevant dependencies. - Create a link from
<repo>/systemto your foundry system data (by default%localappdata%/FoundryVTT/data/systems/l5r5e).
Windows example (modify the target and source directories, and run this in administrator):
mklink /D /J "%localappdata%/FoundryVTT/data/systems/l5r5e" "D:/Projects/FVTT/l5r5e/system"
Compiling SCSS
- Run
npm run watchto watch and compile the*.scssfiles.