Fork of Scribe - an alternative Medium frontend
Go to file
Edward Loveall 0998a87622
Remove postgress stuff from script/setup
This app doesn't use a database so there's no point.
2021-10-10 14:52:14 -04:00
.github/workflows Initial app 2021-05-01 17:03:38 -04:00
config Add basic response (except images) 2021-05-01 17:39:05 -04:00
db/migrations Initial app 2021-05-01 17:03:38 -04:00
public Initial app 2021-05-01 17:03:38 -04:00
script Remove postgress stuff from script/setup 2021-10-10 14:52:14 -04:00
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 Initial app 2021-05-01 17:03:38 -04:00
.crystal-version Initial app 2021-05-01 17:03:38 -04:00
.editorconfig Initial app 2021-05-01 17:03:38 -04:00
.gitignore Add tufte.css 2021-08-29 15:19:40 -04:00
.tool-versions Initial app 2021-05-01 17:03:38 -04:00
LICENSE Add License 2021-09-12 17:34:48 -04:00
Procfile Initial app 2021-05-01 17:03:38 -04:00
Procfile.dev Initial app 2021-05-01 17:03:38 -04:00
README.md Initial app 2021-05-01 17:03:38 -04:00
bs-config.js Initial app 2021-05-01 17:03:38 -04:00
package.json Move compression-webpack-plugin and postcss to prod 2021-08-29 17:08:55 -04:00
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 Initial app 2021-05-01 17:03:38 -04:00
webpack.mix.js Add tufte.css 2021-08-29 15:19:40 -04:00
yarn.lock Move compression-webpack-plugin and postcss to prod 2021-08-29 17:08:55 -04:00

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.