Penny
Penny is a Lucky application scaffold that gets you up and running with Shield.
Setting up
- Clone this repository: 
git clone https://github.com/GrottoPress/penny.git my-app - Change into the app directory: 
cd my-app - Install dependencies: 
shards install - Copy 
sample.env.ymlto.env.yml - Edit settings in 
.env.yml - Run 
script/setup.cr - Run 
lucky devto start the app 
Development
Run tests with crystal spec.