A simple web Sudoku. You can preview and play it on this website.
Once you've cloned this project and installed dependencies with bun install
, start a development server:
bun dev
# or start the server and open the app in a new browser tab
bun dev -- --open
To create a production version of your app:
bun build
You can preview the production build with bun preview
.
You can clone from branch gh-pages and deploy the SSR web