Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 26 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: 0x91e2FD8c74C89323Ad15FfC3FcFb05545BdBb020

### 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
```