Skip to content

mateusdigital/demo-simple-clock

Repository files navigation

simple-clock

Made with <3 by mateus.digital

Latest release GitHub package.json version GitHub commit activity Stars GitHub License Website

Description:

Simple Clock is a very basic clock that I created to learn the Canvas drawing API.

You can check it live here.

As usual, you are very welcomed to share and hack it.

Share Share Share Share Share Star

Dependencies:

  • pwsh - build scripts (optional)
  • nodejs - for development (optional)

Building:

git clone https://github.com/mateusdigital/demo-simple-clock
cd simple-clock
./build-clean.ps1             ##  Cleans temporary directories (_build, _dist, _out) to reset the project state.
./build-demo.ps1              ##  Builds the web demo, updates version info, and prepares files.
./build-project-web-page.ps1  ##  Copies the web release build to the ./_out directory for deployment.
./generate-release-zip.ps1    ##  Packages builds into versioned ZIP archives in ./_dist.
./deploy-project-web-page.ps1 ##  Deploys the web page to a remote server using rsync.

## All above are available as targets for npm run ...

Running:

Just open the index.html

License:

This software is released under GPLv3.

Others:

There's more FLOSS things at mateus.digital :)