Scribe - An Alternative Medium Frontend
 
 
 
 
 
 
Go to file
Edward Loveall 561483cf9f
Link to the author's page
Right now this links to the user's medium page. It may link to an
internal page in the future.

Instead of the Page taking the author as a string, it now takes a
PostResponse::Creator object. The Articles::ShowPage then converts the
Creator (a name and user_id) to an author link.

Finally, I did some refactoring of UserAnchor (which I thought I was
going to use for this) to change it's userId attribute to user_id as is
Crystal convention.
2021-09-15 16:03:36 -04:00
.github/workflows
config
db/migrations
public
script
spec Link to the author's page 2021-09-15 16:03:36 -04:00
src Link to the author's page 2021-09-15 16:03:36 -04:00
tasks
.crystal-version
.editorconfig
.gitignore
.tool-versions
LICENSE Add License 2021-09-12 17:34:48 -04:00
Procfile
Procfile.dev
README.md
bs-config.js
package.json
shard.lock Render embedded content 2021-09-15 15:18:08 -04:00
shard.yml Render embedded content 2021-09-15 15:18:08 -04:00
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.