pull/1/head
Michael Hansen 5 years ago
parent 800ad9d45e
commit 16919abeec
  1. 2
      README.md

@ -5,7 +5,7 @@ The unofficial, online, Burning Wheel Gold (+Codex) character burner. Adapted fr
## Project Structure
* `Dockerfile` and `Dockerfile.dev` - Container definition files. The dev container has automated reloading if you mount the container's filesystem to the host machine. If you are unfamiliar with Docker, this app uses Sinatra and you can _probably_ get by with a bundle install and `ruby ./src/app.rb`.
`src/data` - Binaries and data files for lifepaths live here, see `dark_elf` and `wizard` directory for well-defined examples
* `src/data` - Binaries and data files for lifepaths live here, see `dark_elf` and `wizard` directory for well-defined examples
* `src/lib` - Ruby scripts for caching, PDF generation, and data loading
* `src/public` - Javascript and CSS
* `src/views` - HTML templates

Loading…
Cancel
Save