Skip to content

JohnWu-Pro/sudoku

Repository files navigation

Project Development

Setup

The http-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 commands
cd <project-dir>
mkdir ..\http-server.public
mklink /J ..\http-server.public\sudoku .

OR

# Linux/Unix commands
cd <project-dir>
mkdir -p ../http-server.public
ln ./ ../http-server.public/sudoku/

Running locally

http-server ../http-server.public/ -c30 -p 9088

# then, open http://localhost:9088/sudoku/index.html

Deploy / Publish

  1. Push the changes to remote (git@github.com:JohnWu-Pro/sudoku.git).
  2. Open https://johnwu-pro.github.io/sudoku/index.html?v=123.
    • NOTE: Using ?v=<random-number> to workaround issues caused by caching to page index.html.

References

About

An installable online Sudoku web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published