Scribe - An Alternative Medium Frontend
 
 
 
 
 
 
Go to file
Edward Loveall 130b235a6c
crystal tool format
2021-08-08 14:23:38 -04:00
.github/workflows
config
db/migrations
public
script
spec crystal tool format 2021-08-08 14:23:38 -04:00
src crystal tool format 2021-08-08 14:23:38 -04:00
tasks
.crystal-version
.editorconfig
.gitignore
.tool-versions
Procfile
Procfile.dev
README.md
bs-config.js
package.json
shard.lock
shard.yml
tasks.cr
webpack.mix.js
yarn.lock

README.md

scribe

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.