Skip to content
/ penny Public template

Get up and running with Lucky framework and Shield

License

Notifications You must be signed in to change notification settings

GrottoPress/penny

Repository files navigation

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