15 lines
558 B
Markdown
15 lines
558 B
Markdown
|
# scribe
|
||
|
|
||
|
This is a project written using [Lucky](https://luckyframework.org). Enjoy!
|
||
|
|
||
|
### Setting up the project
|
||
|
|
||
|
1. [Install required dependencies](https://luckyframework.org/guides/getting-started/installing#install-required-dependencies)
|
||
|
1. Update database settings in `config/database.cr`
|
||
|
1. Run `script/setup`
|
||
|
1. Run `lucky dev` to start the app
|
||
|
|
||
|
### Learning Lucky
|
||
|
|
||
|
Lucky uses the [Crystal](https://crystal-lang.org) programming language. You can learn about Lucky from the [Lucky Guides](https://luckyframework.org/guides/getting-started/why-lucky).
|