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
- Host: GitHub
- URL: https://github.com/confact/cmark-bug-test
- Owner: confact
- Created: 2020-05-21T18:21:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T18:22:56.000Z (about 6 years ago)
- Last Synced: 2025-02-15T14:54:21.747Z (over 1 year ago)
- Language: Crystal
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).