Fork of Scribe - an alternative Medium frontend
Also wrap the content in an article for semantic formatting tufte.css requires that content is wrapped in an <article> and at least one <section>. There's no way of determining new semantic sections so there is only one. |
||
|---|---|---|
| .github/workflows | ||
| config | ||
| db/migrations | ||
| public | ||
| script | ||
| spec | ||
| src | ||
| tasks | ||
| .crystal-version | ||
| .editorconfig | ||
| .gitignore | ||
| .tool-versions | ||
| bs-config.js | ||
| package.json | ||
| Procfile | ||
| Procfile.dev | ||
| README.md | ||
| shard.lock | ||
| shard.yml | ||
| tasks.cr | ||
| webpack.mix.js | ||
| yarn.lock | ||
scribe
This is a project written using Lucky. Enjoy!
Setting up the project
- Install required dependencies
- Update database settings in
config/database.cr - Run
script/setup - Run
lucky devto start the app
Learning Lucky
Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.