a random sudoku solution generator in clojurescript. check it out at https://cljs-sudoku.netlify.app/
node.js
version >= 8 must be installedjava
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.
npx shadow-cljs release app
This will build an optimized, production ready release under folder public/