Go to file
Les De Ridder b2ede45d82 Make User::email required
It shouldn't be required, but it's necessary for Carbon::Emailable.
2020-03-07 20:02:44 +01:00
config Initial commit 2020-03-07 05:39:00 +01:00
db/migrations Make User::email required 2020-03-07 20:02:44 +01:00
public Initial commit 2020-03-07 05:39:00 +01:00
script Initial commit 2020-03-07 05:39:00 +01:00
spec Initial commit 2020-03-07 05:39:00 +01:00
src Make User::email required 2020-03-07 20:02:44 +01:00
tasks Initial commit 2020-03-07 05:39:00 +01:00
.crystal-version Initial commit 2020-03-07 05:39:00 +01:00
.gitignore Initial commit 2020-03-07 05:39:00 +01:00
.travis.yml Initial commit 2020-03-07 05:39:00 +01:00
Procfile Initial commit 2020-03-07 05:39:00 +01:00
Procfile.dev Initial commit 2020-03-07 05:39:00 +01:00
README.md Initial commit 2020-03-07 05:39:00 +01:00
Vagrantfile Initial commit 2020-03-07 05:39:00 +01:00
bs-config.js Initial commit 2020-03-07 05:39:00 +01:00
package.json Initial commit 2020-03-07 05:39:00 +01:00
shard.lock Initial commit 2020-03-07 05:39:00 +01:00
shard.yml Initial commit 2020-03-07 05:39:00 +01:00
tasks.cr Initial commit 2020-03-07 05:39:00 +01:00
webpack.mix.js Initial commit 2020-03-07 05:39:00 +01:00
yarn.lock Initial commit 2020-03-07 05:39:00 +01:00

README.md

luckybooru

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.