https://github.com/log101/futoshiki
https://github.com/log101/futoshiki
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/log101/futoshiki
- Owner: log101
- Created: 2023-07-04T18:49:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T12:37:10.000Z (almost 3 years ago)
- Last Synced: 2025-07-26T12:31:45.583Z (11 months ago)
- Language: Elm
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Futoshiki
> 🌳 built with [elm-spa](https://elm-spa.dev)
## dependencies
This project requires the latest LTS version of [Node.js](https://nodejs.org/)
```bash
npm install -g elm elm-spa
```
## running locally
```bash
elm-spa server # starts this app at http:/localhost:1234
```