This is a project written using Lucky. Enjoy!
- Install required dependencies
- Update database settings in
config/database.cr
- Run
script/setup
- Run
lucky dev
to start the app
- Install Docker
- Run
docker compose up
The Docker container will boot all of the necessary components needed to run your Lucky application.
To configure the container, update the docker-compose.yml
file, and the docker/development.dockerfile
file.
Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.