/symmetry454

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Symmetry454

This is a calendar app that uses the Symmetry454 calendar instead of the usual Gregorian calendar.

For now, it can show you a functioning Symmetry454 calendar, navigate between dates, and even show equivalent Symmetry454 dates for a given Gregorian date.

While not yet implemented, in the future, this app is planned to have:

  • Event management such as birthdays and holidays
  • A variant implementattion of the Swatch Internet Time
  • Alarms, countdown timers, et cetera

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.