Skip to content

wraith13/clockworks

Repository files navigation

Clockworks

🚧 This static web application is under development. / この Static Web アプリは開発中です。

Features

  • ✅️ Static Single Page Web Application. / 静的シングルページウェブアプリケーション。
  • ✅️ Supports PCs and smartphones. / PCとスマフォをサポート。
  • ✅️ ダークモード対応
  • ✅️ 多言語対応
  • 🚧 PWS対応

Development environment construction

  1. Install Visual Studio Code ( Not required, but recommended. )
  2. Install Node.js
  3. Execute npm install.

Build commands

  • npm run-script "build all"
  • npm run-script "build html"
  • npm run-script "build style"
  • npm run-script "build script"
  • npm run-script "debug build all"
  • npm run-script "debug build style"
  • npm run-script "debug build script"
  • npm run-script "watch script"

Debug builds embed map files.

Files

path description
./build.js build command script.
./build.json build settings.
./index.html This file is genereted by build.js
./index.template.html HTML template
./resource/images.json define image files.
./resource/lang.en.json English language data.
./resource/lang.ja.json Japanese language data.
./style/index.less style source file
./script/index.ts script source file

How to publish

  1. Fork this repository on GitHub.
  2. Go Settings(→Options)→GitHub Pages, select master branch from drop down list, and click Save.

License

Boost Software License