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.
- Host: GitHub
- URL: https://github.com/lhsazevedo/dekatrian-now
- Owner: lhsazevedo
- Created: 2018-06-09T02:43:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T23:13:02.000Z (almost 2 years ago)
- Last Synced: 2025-04-28T19:58:13.842Z (about 2 months ago)
- Topics: calendar, homepage, interesting
- Language: JavaScript
- Homepage: https://lhsazevedo.github.io/dekatrian-now/
- Size: 651 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dekatrian Now
A simple page that displays the current date in the Dekatrian calendar[](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
```