An open API service indexing awesome lists of open source software.

https://github.com/lhsazevedo/dekatrian-now

A simple page that displays the current date in the Dekatrian calendar.
https://github.com/lhsazevedo/dekatrian-now

calendar homepage interesting

Last synced: about 2 months ago
JSON representation

A simple page that displays the current date in the Dekatrian calendar.

Awesome Lists containing this project

README

        

# Dekatrian Now
A simple page that displays the current date in the Dekatrian calendar

[![Build](https://github.com/lhsazevedo/dekatrian-now/actions/workflows/build.yml/badge.svg)](https://github.com/lhsazevedo/dekatrian-now/actions/workflows/build.yml)

## The Dekatrian Calendar
September is the month... SEVEN? Wroong, it's the month Nine. Nine as in November, which is actually 11. Each month has 30 days right? Or 31… or 28, who sometimes earn an extra day every 4 years.

Dekatrian is a simpler calendar proposal, which solves several problems in our calendar (Gregorian). In it, every month has 28 days - exactly 4 weeks.

[Read more about the Dekatrian Calendar here!](https://translate.google.com/translate?sl=pt&tl=en&u=https%3A%2F%2Fwww.deviante.com.br%2Fnoticias%2Fdekatrian-um-calendario-minimamente-decente%2F)

## Project Setup

```sh
npm install
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```