A simple calendar web app built with React and Vite.
This web application aims to be a minimalist way to display one or more calendars imported from ICS files.
It may evolve to aquire editing and exporting capabilities in the future.
-
Clone the Repository:
git clone [email protected]:ThibSrb/calendar.git
-
Install Dependencies:
npm install # or yarn install
-
Start the Development Server:
npm run dev # or yarn dev
- Access the App: http://localhost:5173/.
- Fork the repository.
- Create a new branch for your contributions.
- Make changes, commit with clear messages, and push to your fork.
- Create a pull request explaining your changes.
This project is licensed under the MIT License. See the LICENSE file.