Awesome
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.yml
to.env.yml
- Edit settings in
.env.yml
- Run
script/setup
- Run
lucky dev
to start the app
Development
Run tests with crystal spec
.