https://github.com/webdevbynight/easter-date
This repository calculates the date of Easter from 1583 (which means according to the Gregorian calendar), based on Butcher’s and Meeus’s algorithm.
https://github.com/webdevbynight/easter-date
biomejs react vite vitejs
Last synced: about 1 month ago
JSON representation
This repository calculates the date of Easter from 1583 (which means according to the Gregorian calendar), based on Butcher’s and Meeus’s algorithm.
- Host: GitHub
- URL: https://github.com/webdevbynight/easter-date
- Owner: webdevbynight
- Created: 2024-04-30T21:55:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:15:44.000Z (over 1 year ago)
- Last Synced: 2025-09-26T15:38:36.296Z (8 months ago)
- Topics: biomejs, react, vite, vitejs
- Language: TypeScript
- Homepage: https://webdevbynight.github.io/easter-date/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easter Date
This repository calculates the date of Easter from 1583 (which means according to the Gregorian calendar), based on [Butcher’s and Meeus’s algorithm](https://en.wikipedia.org/wiki/Date_of_Easter#Anonymous_Gregorian_algorithm). It uses Vite, React, TypeScript and BiomeJS.
## Project initialisation
Clone this repo, enter it and run the command `npm install`.
## Available commands
- `dev`: starts Vite server
- `build`: builds for production
- `preview`: locally previews the production build
- `format`: formats the files and directories
- `lint`: lints the files and directories, applying the safe fixes
- `check`: organises the imports, formats and lints the files and directories, applying the safe fixes
## Deployment
See [Vite documentation](https://vitejs.dev/guide/static-deploy.html).