MIT open source, React, TypeScript, Vite, SCSS
- Required software/tools:
- Node 22 or newer
- VS Code or other editors
- Git
- Linux, Mac or Windows
- Chrome or other browsers
- Download souce code:
git clone git@github.com:codesanook/free-calendar.git
- Open the project folder with VS Code.
- Launch an integrated terminal or press ctrl + `.
- In the terminal, build and run the project with the following commands:
yarn yarn dev
- In an intetegrated terminal click http://localhost:5174/ link to open a calendar with your browser.
-
const newArray = Array.from({ length: 7 }, (value, index) => index); date-fns/date-fns#644