https://github.com/oeo/chess4sats
https://github.com/oeo/chess4sats
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oeo/chess4sats
- Owner: oeo
- Created: 2022-01-26T18:00:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T09:58:16.000Z (about 3 years ago)
- Last Synced: 2025-01-25T22:22:06.198Z (4 months ago)
- Language: CoffeeScript
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
wager sats on lichess games using the lightning network
## getting started (server)
```
npm install iced-coffee-script nodemon -g
cd ./server
yarn
yarn dev
```## getting started (client)
```
npm install coffeescript -g
cd ./client
yarn
yarn dev
```### stack
- react
- node
- redis
- mongo
- socket.io### figma