Penny

Penny is a Lucky application scaffold that gets you up and running with Shield.

Setting up

  1. Clone this repository: git clone https://github.com/GrottoPress/penny.git my-app
  2. Change into the app directory: cd my-app
  3. Install dependencies: shards install
  4. Copy sample.env.yml to .env.yml
  5. Edit settings in .env.yml
  6. Run script/setup
  7. Run lucky dev to start the app

Development

Run tests with crystal spec.

Resources