Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An installable online Sudoku web application

License

NotificationsYou must be signed in to change notification settings

JohnWu-Pro/sudoku

Repository files navigation

Project Development

Setup

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/

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. Openhttps://johnwu-pro.github.io/sudoku/index.html?v=123.
    • NOTE: Using?v=<random-number> to workaround issues caused by caching to pageindex.html.

References

About

An installable online Sudoku web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp