Skip to content
/ mw Public
generated from tznind/lc

Monster of the Week implementation of lc character sheets

License

Notifications You must be signed in to change notification settings

tznind/mw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

486 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MW

This is a Monster of the Week implementation of LC Character Sheets.

It is online at https://tznind.github.io/mw/cs.html

Example Characters

🪚 Slash Williams 🚬 John Conman ♜ Castle
💀 Dana Skullington 🦊 Wolf Moulder 🥩 Bouffé Winters
🧛 Angelicious 📰 Luis Payne 👽 Ellen Riples
⛧ Thrillo Prosenburg 👤 Twelve 🐶 Joan Wick
image

See https://github.com/tznind/lc for main template repository.

Sync changes

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)

Running Locally

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:8000

Then visit http://localhost:8000/cs.html

License

Character sheet code is licensed under the MIT license.

Monster of the Week content by Michael Sands - used with kind permission.

About

Monster of the Week implementation of lc character sheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published