This is a Monster of the Week implementation of LC Character Sheets.
It is online at https://tznind.github.io/mw/cs.html
| 🪚 Slash Williams | 🚬 John Conman | ♜ Castle |
| 💀 Dana Skullington | 🦊 Wolf Moulder | 🥩 Bouffé Winters |
| 🧛 Angelicious | 📰 Luis Payne | 👽 Ellen Riples |
| ⛧ Thrillo Prosenburg | 👤 Twelve | 🐶 Joan Wick |
See https://github.com/tznind/lc for main template repository.
If after using the template, if find new features have been added that you want to sync into your repository run the following to sync changes:
git remote add upstream https://github.com/tznind/lc
git fetch upstream
git checkout main
git merge upstream/main --allow-unrelated-histories
(for merge conflicts e.g. in data folder - always keep your own changes and discard incoming)
To run the page locally (i.e. not in GitHub Pages) you can use any of:
# Python
python -m http.server 8000
# Node.js
npx serve .
# PHP
php -S localhost:8000Then visit http://localhost:8000/cs.html
Character sheet code is licensed under the MIT license.
Monster of the Week content by Michael Sands - used with kind permission.