Перейти к файлу
Les De Ridder d89ab1bc5f Add task to change a user's role 2020-03-09 02:30:20 +01:00
config Fix sign up and log in 2020-03-07 23:32:07 +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 Fix sign up and log in 2020-03-07 23:32:07 +01:00
src Add task to change a user's role 2020-03-09 02:30:20 +01:00
tasks Add task to change a user's role 2020-03-09 02:30:20 +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.