Hosted here:
http://scott.maclure.info/sotdl-chargen/
Track issues via Waffle, here:
https://waffle.io/ScottMaclure/sotdl-chargen
More about SotDL here:
http://schwalbentertainment.com/shadow-of-the-demon-lord/
Any text taken from the game is used with permission and remains (c) 2015 Schwalb Entertainment, LLC.
npm start
http://localhost:8080/webpack-dev-server/
Read more about webpack-dev-server here:
https://webpack.github.io/docs/webpack-dev-server.html
Assumes sotdl-chargen-gh-pages
folder is sitting next to sotdl-chargen
, with gh-pages
branch active.
- From
sotdl-chargen
git fetch && git fetch --tags && git rebase
npm version minor
(ormajor
orpatch
, depending)npm run build
(check to ensure test suite passed)git push && git push --tags
- From
sotdl-chargen-gh-pages
git pull -r
cp -pr ../sotdl-chargen/public/* .
git add . && git commit -m "gh-pages publish."
git push
- View site