Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 616 Bytes

Cypress Tests Netlify Status

rpgsheet

A modular RPG Character Sheet application

Getting Started

From zero to hero, this will download, install, and start a development build with hot-reloading.

  1. git clone https://github.com/logannc/rpgsheet.git
  2. cd rpgsheet/sapperapp
  3. npm install
  4. npm run dev

The primary src is in sapperapp/src/routes and sapperapp/src/components.