895 B
895 B
System helping (Contribute)
Rules
You are free to contribute and propose corrections, modifications after fork. Try to respect theses rules:
- Make sure you are up-to-date with the referent branch (most of the time the
devbranch). - Clear and precise commit messages allow a quick review of the code.
- If possible, limit yourself to one Feature per Merge request so as not to block the process.
Dev install
- Clone the repository.
- Use
npm cito install the dependence. - 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 thescssfiles.