A modular RPG Character Sheet application
From zero to hero, this will download, install, and start a development build with hot-reloading.
git clone https://github.com/logannc/rpgsheet.git
cd rpgsheet/sapperapp
npm install
npm run dev
The primary src is in sapperapp/src/routes
and sapperapp/src/components
.