Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
Simple Slot Machine built with Frames.js Next.
- Host: GitHub
- URL: https://github.com/sonicsmith/slot-machine-frame
- Owner: sonicsmith
- Created: 2024-05-09T04:58:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T08:49:50.000Z (7 months ago)
- Last Synced: 2024-08-03T16:09:34.290Z (4 months ago)
- Language: TypeScript
- Homepage: https://slot-machine-frame.vercel.app
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-open-frames - Slot Machine Frame
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
```