Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purrproof/lucky-duck-casino


https://github.com/purrproof/lucky-duck-casino

Last synced: about 1 month ago
JSON representation

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)