Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.01 KB

Michigan Cannabis Club

This project aims to make information about cannabis products in Michigan more accessible.

How do I set this up?

What exactly is required to run the app?

PHP 8.1, Redis, a Google Maps API key, and your OS's installation of pdftk

Docker

The best way to set it up and hack it would be to use Laravel Sail!

# Install composer
docker run --rm -v "$(pwd)":/opt -w /opt austinkregel/base:latest bash -c "composer install"
# Start the app using Laravel Sail
vendor/bin/sail up -d

How is it deployed?

Laravel Forge!

Laravel Forge Site Deployment Status

Security Concerns?

Please email me directly at [email protected]

Found a bug?

Please create an issue, and describe! If you're able to a fix is always appreciated but not expected.