- Notifications
You must be signed in to change notification settings - Fork0
An installable online Sudoku web application
License
NotificationsYou must be signed in to change notification settings
JohnWu-Pro/sudoku
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Thehttp-server is used for local development and manual testing.
To install http-server (globally):
npm install --global http-server
To setup local directory structure
# Windows commandscd <project-dir>mkdir ..\http-server.publicmklink /J ..\http-server.public\sudoku .
OR
# Linux/Unix commandscd <project-dir>mkdir -p ../http-server.publicln ./ ../http-server.public/sudoku/
http-server ../http-server.public/ -c30 -p 9088# then, open http://localhost:9088/sudoku/index.html
- Push the changes to remote (
git@github.com:JohnWu-Pro/sudoku.git
). - Openhttps://johnwu-pro.github.io/sudoku/index.html?v=123.
- NOTE: Using
?v=<random-number>
to workaround issues caused by caching to pageindex.html
.
- NOTE: Using