Penny is a Lucky application scaffold that gets you up and running with Shield.
- 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.yml
to.env.yml
- Edit settings in
.env.yml
- Run
script/setup
- Run
lucky dev
to start the app
Run tests with crystal spec
.