https://github.com/grepsedawk/crag_cacher
Alternative frontend for mountainproject.com
https://github.com/grepsedawk/crag_cacher
Last synced: 4 months ago
JSON representation
Alternative frontend for mountainproject.com
- Host: GitHub
- URL: https://github.com/grepsedawk/crag_cacher
- Owner: grepsedawk
- License: other
- Created: 2022-04-10T01:46:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T10:28:58.000Z (over 1 year ago)
- Last Synced: 2024-12-20T01:45:32.553Z (over 1 year ago)
- Language: Crystal
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crag_cache
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).