Skip to content

alexburner/daylight.website

Repository files navigation

daylight.website

# Installation
npm install  #  download all dependencies

# Development
npm run dev    # start dev server
npm run types  # start type checking
npm run test   # run unit tests

# Production (outputs to docs/)
npm run build  # run production build

# Code formatting (optional: most editors can handle these themselves)
npm run format    # run all formatters
npm run prettier  # run prettier on src
npm run eslint    # run eslint on src

About

Natural clock for visualizing daylight hours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published