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

https://github.com/sonicsmith/slot-machine-frame

Simple Slot Machine built with Frames.js Next.
https://github.com/sonicsmith/slot-machine-frame

Last synced: 18 days ago
JSON representation

Simple Slot Machine built with Frames.js Next.

Awesome Lists containing this project

README

        

# Slot Machine Frame

Simple OpenFrames Slot Machine built with Frames.js Next.

![Screenshot](https://github.com/sonicsmith/slot-machine-frame/blob/main/public/images/screenshot.png)

Feel free to reuse this code in any way you see fit!

Meme coins welcome: 0x26aE381cB594D6f4E0C3B4EC393Dcf67b0C9711f (sonicsmith.base.eth)

### Installation

```sh
npm install
```

### Run in Debugger

Following command will open frames debugger and also run the app in development mode.

```sh
npm run dev
```