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

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.

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).