Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purrproof/lucky-duck-casino
https://github.com/purrproof/lucky-duck-casino
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/purrproof/lucky-duck-casino
- Owner: PurrProof
- Created: 2024-12-03T12:57:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T13:27:32.000Z (about 2 months ago)
- Last Synced: 2024-12-03T14:27:04.354Z (about 2 months ago)
- Language: PHP
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casino Lucky Duck
![Screenshot](public/logo.png)
## How to run
In the first terminal:
```shell
git clone [email protected]:PurrProof/lucky-duck-casino.git
cd lucky-duck-casino/
composer install
cp .env.example .env
./vendor/bin/sail up
```in the second terminal:
```shell
./vendor/bin/sail php artisan key:generate
./vendor/bin/sail npm install
./vendor/bin/sail npm run build
./vendor/bin/sail artisan migrate # answer yes
```in the browser:
```
http://127.0.0.1
```## Screenshots
![Screenshot 1](public/screenshots/duck1.png)
![Screenshot 2](public/screenshots/duck2.png)
![Screenshot 3](public/screenshots/duck3.png)
![Screenshot 4](public/screenshots/duck4.png)