Scribe - An Alternative Medium Frontend
 
 
 
 
 
 
Go to file
Edward Loveall fba87c1076
Improve title parsing
The subtitle has been removed because it's difficult to find and error
prone to guess at. It is somewhat accessible from the post's
previewContent field in GraphQL but that can be truncated.
2021-10-03 18:14:46 -04:00
.github/workflows
config
db/migrations
public
script
spec Improve title parsing 2021-10-03 18:14:46 -04:00
src Improve title parsing 2021-10-03 18:14:46 -04:00
tasks
.crystal-version
.editorconfig
.gitignore
.tool-versions
LICENSE
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.