This repository calculates the date of Easter from 1583 (which means according to the Gregorian calendar), based on Butcher’s and Meeus’s algorithm. It uses Vite, React, TypeScript and BiomeJS.
Clone this repo, enter it and run the command npm install
.
dev
: starts Vite serverbuild
: builds for productionpreview
: locally previews the production buildformat
: formats the files and directorieslint
: lints the files and directories, applying the safe fixescheck
: organises the imports, formats and lints the files and directories, applying the safe fixes
See Vite documentation.