An open API service indexing awesome lists of open source software.

https://github.com/confact/cmark-bug-test

reproducing invalid memory error
https://github.com/confact/cmark-bug-test

Last synced: about 2 months ago
JSON representation

reproducing invalid memory error

Awesome Lists containing this project

README

          

# cmark_test

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).