https://github.com/baskeboler/cljs-sudoku
a random sudoku solution generator in clojurescript
https://github.com/baskeboler/cljs-sudoku
browser clojurescript re-frame reagent shadow-cljs sudoku-solution-finder
Last synced: 4 months ago
JSON representation
a random sudoku solution generator in clojurescript
- Host: GitHub
- URL: https://github.com/baskeboler/cljs-sudoku
- Owner: baskeboler
- Created: 2018-12-16T00:51:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T09:30:53.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:32:30.906Z (about 1 year ago)
- Topics: browser, clojurescript, re-frame, reagent, shadow-cljs, sudoku-solution-finder
- Language: Clojure
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljs-sudoku
a random sudoku solution generator in clojurescript. check it out at https://cljs-sudoku.netlify.app/
## Running locally
### Prerequisites
- `node.js` version >= 8 must be installed
- `java` version >= 8 must be installed
Start a local instance with `npx shadow-cljs watch app`
If port 8089 is not available the server will start on a different port as displayed on screen
Open your browser and point to http://localhost:8089 or whichever port the server started on.
## Building a release
`npx shadow-cljs release app`
This will build an optimized, production ready release under folder `public/`